I need to move an object with the movement of my head, for example a glasses in my eyes.
Can anyone help me?
Thanks
From tags I see that you want to use your webcam - Try downloading OpenCV for Unity, and its FaceTracker Example use it to recognise your face and then track its position on the webcam stream. Use this information to create a Vector3 and then use it to move the object.
Thank you @PPenar, finally i can solve that error!
Now I have an other problem, and it’s that the FaceTracker doesnt work and I dont know why. Do you know where can I find some instructions for use it correctly???
Thank you again!!!