thunder-engine / thunder

Thunder Engine – Cross-platform 2D and 3D game engine with modular architecture
https://thunderengine.org/
Apache License 2.0
524 stars 34 forks source link

Editor: Timeline must react on adding Animator to selected object #763

Open eprikazchikov opened 5 months ago

eprikazchikov commented 5 months ago

Description

Timeline must react on adding Animator and State Machine to selected object

Prerequisites

Create a valid state machine with some states and attached animation clips

Steps to Reproduce

  1. Select an Actor on the scene
  2. Add Animator Component
  3. Assign State Machine to Animator

Expected behavior:

  1. Timeline widget must react on state machine and show possible animations

Actual behavior:

  1. Nothing happened

Reproducibility:

100%

Versions

2024.2

Additional Information

n/a