Search Issue Tracker
Fixed in 2017.2.0f3
Votes
0
Found in
2017.2.0b4
Issue ID
933616
Regression
No
NullReferenceException error appears after undoing deletion of object which had Playable Director with Timeline asset
To reproduce:
1. Create new project.
2. In hierarchy create Cube. (or any other object)
3. Add "Playable Director" component.
4. Open Timeline window, and Create Timeline asset.
5. Delete Cube in hierarchy.
6. Undo.
Expected result: No error.
Actual result: Error appears:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.Timeline.TimelineWindow+TimelineState.RebindAnimators () (at C:/buildslave/unity/build/Extensions/Timeline/Editor/Window/TimelineState.cs:978)
UnityEditor.Timeline.TimelineWindow.OnUndoRedo () (at C:/buildslave/unity/build/Extensions/Timeline/Editor/Window/TimelineWindow_EditorCallbacks.cs:107)
UnityEditor.Undo.Internal_CallUndoRedoPerformed () (at C:/buildslave/unity/build/artifacts/generated/common/editor/UndoBindings.gen.cs:205)
Reproducible: 2017.1.0p1, 2017.2.0b4, 2017.3.0a1
Notes:
Will not reproduce if project was closed and reopened, unless a new Timeline asset is assigned to the PlayableDirector.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment