Hello Everyone,
I’ve been Working on a project that I need to change the animator controller at runtime. How can I make it in C#? And how can I make an array of AnimatorControllers?
Hello Everyone,
I’ve been Working on a project that I need to change the animator controller at runtime. How can I make it in C#? And how can I make an array of AnimatorControllers?
The animator class contains a property for runtimeAnimatorController. That is the property (or AnimatorOverrideController if that is what you wish).
@skalev thank you