Hello, I baisicly want to change in void Start() , Animator Controller. How to do that?
Hi @Hgjack , If animator is attached to the game object where this script is attached than just get component animatorcontroller and call function setRuntimeAnimatorController to change animator controller .If script is not able to getcomponent then just take it on class level assign it through inspector.