0 votes

So I have a enemy base scene, the scene is the same for all enemies but they have different abilities and stats and so on. So it's quite modular. I am pleased how it turned out, but now I have no idea how to do animations. As the only way it seems that animations can be made in godot is through animation player. There isnt an option to make seperate animation files like in Unity? Is it clear what I am trying to do? Basically I need to make animations sperate from a scene.

in Engine by (43 points)

1 Answer

0 votes

A scene can contain as much or as little content as necessary. So, in your case, why not just make a scene that consists solely of the animation(s) you need and then instance that into other scene(s) as necessary?

by (19,280 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.