Hi Guys,
I have the camera placed exactly on the nose of a dog (that is my avatar), and I want, when I move the camera, to move it in the same direction the head of this dog.
Rotate camera left → rotate dog head left
Rotate camera right → rotate dog head right
[…etc…]
But really I don’t know how to do this in Unity, basically I don’t know how to get a pointer to the Head of the dog (that is a Bone) and apply to it directly the TRANSFORM of the camera…
Really I hope to be clear!