Search Issue Tracker
Fix In Review
Votes
0
Found in [Package]
1.6.0-pre.1
Issue ID
1313515
Regression
No
Undo issues with Timeline, selection & lock
Two issues related to the same bug.
First, the fact that the "lock" state of the Timeline window is undoable is inconsistent with the Inspector, Animation & Animator windows.
The second issue is that the Timeline is updated even if "lock" is enabled, when using Undo.
repo1:
1- Unlock timeline
2- Select gameobject with timeline 1
3- Select go with timeline 2
4- Lock timeline
5- Undo
bug: Timeline window is still locked, but timeline asset has changed (!)
expected: Undo of a GO selection should have no effect on the contents of the Timeline window since it is locked.
repro2:
1- Unlock timeline
2- Select gameobject with no timeline
3- Select go with timeline 2
4- lock timeline
5- Undo
bug: Timeline window is cleared and is no longer locked.
expected: Undo should not affect the lock state exactly like other tools (Inspector, Animation & Animator windows)
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 mono_dump_native_crash_info when changing a Particle System Renderer’s Material Shader to Standard Unlit
- VFX Prefab doesn’t have Preview icon in Project window and Preview window is empty in Inspector window
- Visual Effect Graph error message does not disappear and lasts forever until the Visual Effect Graph is reopened even when the error causing connection/node is deleted and Visual Effect Graph is saved
- “RenderSettings customReflection texture has invalid type” error keeps getting thrown even when Environment Reflections was set back to Skybox from Custom with an invalid texture
- Particle System with the custom Material breaks the Scene view when the material is using a Shader Graph with the Texture with the power of negative value
Add comment