UnityChan face animation without the animator
I'm pretty much a beginner in Unity and I mostly use it for research purposes.
I have download UnityChan (http://unity-chan.com/) which comes with complete sets of animation scripts and stuff. Now if I enable the animator, I'd be able to play face animations using scripts, and when I disable it obviously I won't be able
The problem is that I have a script that interfaces to a set of sensors called Perception Neuron. The scripts is working perfectly when the animator is disabled. However, I need to do both facial animation and use the body movement scripts.
How can I play facial animation from my script while the animator is disabled?
Answer by ukoku · Sep 03, 2017 at 01:56 PM
Because Perception Neuron Animation timing is Update. If you use Animater that edit the script Update to LateUpdate.
Your answer
Follow this Question
Related Questions
How to rotate spine by the script, while an animation from the animator is playing? 1 Answer
Animation does weird 0 Answers
Is it possible to read the local bone transform properties off an animation clip 0 Answers
Sprite animation only playing first frame 3 Answers
Starting an animation on a certain frame 2 Answers