Animation signal function at selected state

Godot Version

4.4dev3

Question

How to make key at animation that at certain point of animation will always emit function in script?

You need to create a call-method track and either use the emit_signal-method or create a custom method that gets called

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.