You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue description:(This issue is a feature request)
Sometimes, it is needed to monitor state transitions in a state machine for animations (AnimationNodeStateMachine).
As Godot supports auto advancing between states, writing a custom event which fires upon invoking AnimationStateMachinePlayback.Travel() isn't really an ideal workaround.
To satisfy such a requirement, it'd be better to add a signal to notify state transitions in AnimationNodeStateMachine.
The text was updated successfully, but these errors were encountered:
Feature and improvement proposals for the Godot Engine are now being discussed and reviewed in a dedicated Godot Improvement Proposals (GIP) (godotengine/godot-proposals) issue tracker. The GIP tracker has a detailed issue template designed so that proposals include all the relevant information to start a productive discussion and help the community assess the validity of the proposal for the engine.
The main (godotengine/godot) tracker is now solely dedicated to bug reports and Pull Requests, enabling contributors to have a better focus on bug fixing work. Therefore, we are now closing all older feature proposals on the main issue tracker.
If you are interested in this feature proposal, please open a new proposal on the GIP tracker following the given issue template (after checking that it doesn't exist already). Be sure to reference this closed issue if it includes any relevant discussion (which you are also encouraged to summarize in the new proposal). Thanks in advance!
Godot version:
master
/ 9af72f0OS/device including version:
Manjaro Linux 17.1
Issue description: (This issue is a feature request)
Sometimes, it is needed to monitor state transitions in a state machine for animations (
AnimationNodeStateMachine
).As Godot supports auto advancing between states, writing a custom event which fires upon invoking
AnimationStateMachinePlayback.Travel()
isn't really an ideal workaround.To satisfy such a requirement, it'd be better to add a signal to notify state transitions in
AnimationNodeStateMachine
.The text was updated successfully, but these errors were encountered: