I have a simple scene setup with a player controller holding a gun. I created an idle animation for the gun using Unity’s animation system. I want to create a Fire animation as well, but I cant seem to figure out how to create another animation for the same object without removing the idle animation. It’s probably super simple, I just can’t figure out how to do it
For multiple animations you use the animator component. You should check out some tutorials on the animator. Here’s one Unity Animator Controller Basics (Best Practices) - YouTube