how to combine animation clip with animation controller
Hello,
I tried to google but I am always getting tutorials how to add animation clips to controller rather how to combine them in assets pane. If you add button from UI, then turn it into animation and generate clips for all four states, Unity will create animation controller with four clips as single icon in assets pane with ability to expend it and see all clips. I would like to do the same with my own controller and clips (to keep project clean). How can I do that?
Thanks in advance
Answer by bourriquet · Jun 13, 2019 at 04:32 PM
Here: https://forum.unity.com/threads/embedding-motion-clips-in-the-controller-asset.379885/
It was actually hard to find. Needed using "nest" instead of "combine".
Your answer
Follow this Question
Related Questions
How do I adjust the sprite in the animator without moving the collider? 0 Answers
How to switch animations? 0 Answers
Dividing animation and distributing making a loop. 0 Answers
Animation Rigging works differently for different animations 0 Answers
Timeline character animation cancels out the character script gravity logic 1 Answer