0 votes

I am attempting to create a BaseEnemy abstract class (scene) to inherit from, but no matter what I seem to do, the AnimationPlayer of the extended class is making changes in the parent.

I have an AnimationTree state machine with common animations of enemies:

is_idle
is_casting
is_hit
is_dead

But the implementation details of each may be unique.

Is it possible to set up an AnimationPlayer with AnimationTree to have the base animations with their state tree generically, but the animations be unique to the enemies?

Godot version 3.2.3
in Engine by (18 points)

Please log in or register to answer this question.

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.