Opsive 3 and Animator

Szymon Z.

Member
Hello !
We have a problem with the UCC version 3.
We did upgrade from version 2 to version 3 and now we cannot move our character anymore. We did a migration previously.
In the CharacterController script i can see that the forwardMovement and horizontalMovement is reacting for input, but Animator Controller is not changing parameters (we are using RootMotion).
Any ideas what can cause those issues ?
What class is responsible for changing those parameters ?

Best regards !
 
In your previous migration did it work? What was different about then versus now?

AnimatorMonitor.UpdateAnimatorParameters is responsible for setting the animator values so I would start debugging there. Let me know what you find out!
 
Top