How do you loop an animation you’ve created in Unity?
It’s resetting Wrap Mode from Loop to Default each time I reload the scene.
How do you loop an animation you’ve created in Unity?
It’s resetting Wrap Mode from Loop to Default each time I reload the scene.
Well, apparently I got it to work by going into every scene in my game, clicking on the same Animation file in my library and in the panel setting Wrap Mode to Loop for that same file, then saving it in every scene.
Is there a more elegant way of doing this than that?!