veswwaaa/3d-hand-track-with-python-to-unity — reverse-engineered prompt
Reverse engineered prompt
Build me a simple project that tracks a hand with Python and shows it inside Unity live.
I want to be able to run a Python script, point a normal webcam at my hand, and see a basic 3D hand skeleton in a Unity scene with dots for the joints and lines connecting them. Keep it simple and reliable. If the hand disappears, the Unity view should not crash, it should just wait until tracking comes back. Add a clear way to start and stop the Python side, and make the Unity side easy to test.
Please set up the Unity scene, the scripts, and the Python code needed to send the hand joint positions into Unity. Add simple comments and a short README that explains exactly how to install what is needed, how to open the Unity project, how to run the Python tracker, and what to do if the connection does not work.
Look up current docs online if you need to.
Want more depth? Deep Reverse