stasis78
Refugee
I have a prefab file in unity but I can't seem to get an animation controller to play nice with the class EntityEnemyAnimal. Anyone have an example of how to create an animation controller in the unity that works with replacing the wolf prefab?
My model shows up in the game sometimes, but I get various errors such as:
and
My model shows up in the game sometimes, but I get various errors such as:
Code:
NullReferenceException: Object reference not set to an instance of an object
at EntityMoveHelper.UpdateMoveHelper () [0x00000] in <filename unknown>:0
Code:
NullReferenceException: Object reference not set to an instance of an object
at GameObjectAnimalAnimation.SetVisible (Boolean _b) [0x00000] in <filename unknown>:0