Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.0a1
2018.3.0a1
2019.1.0a1
2019.1.0a14
2019.2.0a1
Issue ID
1118105
Regression
No
Previously selected GameObject in the Hierarchy window gets highlighted when using Undo action in the Timeline window
Steps to reproduce:
1. Open original project
2. Click on any GameObject in the Hierarchy which does not have a timeline
3. Use the "jump menu" to select an existing Timeline in the scene
4. Move one of the clips in the Timeline window
5. Then press CMD+Z
Expected result: Changes to Clip you moved in step 3 gets reverted.
Actual result: The Timeline disappears on pressing Cmd+Z. This is because GameObject in step1 got re-highlighted.
Reproduced in: 2017.4.18f1, 2018.3.3f1, 2019.1.0a14, 2019.2.0a1
Previously selected GameObject in the Hierarchy gets highlighted when using Undo action in the Timeline window
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
Resolution Note (2019.2.X):
The description is correct, Undo causes the re-selection of the GameObject which causes the timeline to switch. The workaround is to use the lock button in the upper right corner of the timeline window to not respond to hierarchy selections.