Add live-preview option for editing scene animation

#519
This commit is contained in:
Wojtek Figat
2021-09-22 17:09:36 +02:00
parent 2a5a9e9581
commit 8e6c7a6194
6 changed files with 154 additions and 37 deletions

View File

@@ -231,7 +231,6 @@ namespace FlaxEditor.GUI.Timeline
state = PlaybackStates.Disabled;
PlaybackState = state;
CanPlayPauseStop = Editor.IsPlayMode;
if (_player && _player.Animation)
{