so I’m getting the error “Default clip could not be found in attached animations list” when I instantiate an object, I am making an fps game and I’m making the poppups that say “you killed (player)”, the prefab has it set up so when instantiated, an animation the makes it fly onto screen plays automatically on awake, but I get the error.
I have looked on other forums but people seem to be getting these errors with a different cause
I am decently new to unity
what should I do?
Sounds like you’re mixing up legacy animations / components with mecanim ones?