Hello! I’m using The Heretic: Digital Human | HDRP | Templates | Unity Asset Store for a project. To keep it simple, I want to change for example the rotation of the head.
The first thing I was to search for some objects:
Nothing of these two changed the rotation of the head.
So I searched for something that animates the object and I found these in the Gawain_DemoVariant
I tried to set the Controller to None because I thought that the controller it’s keeping the values. No effect!
I went to GawainDemo Controller and found the Walking Animation:
So basically, this animation is rotating the same controllers I tried to rotate, but in my case, the character doesn’t update the model.
What I am doing wrong and how I can rotate these controllers from a script and update the model?