So I have my animations working on my 2d infinite runner game, however when the player moves from one scene to the next the animations stop working.
Sure enough when I look at the animation it says "Player : Sprite (Missing!)
However when I re add all the frames for the animation then the scene that was previously working has the same error.
Thought about making another animation controller for each scene but that doesn’t seem right at all… Any help would be appreciated!