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
- UI Toolkit 'background-size' property is not fully animatable
- Moving the Scrollbar via clicking no longer works after the first-click when page size is too small
- Elements in UI Builder Viewport are displayed incorrectly when Editor UI Scaling is set to 125%
- Prefab referencing a script is not shown in the Search window's Project tab when using "Find References In Project"
- Scroll view sensitivity remains unchanged when modifying the "--unity-metrics-single_line-height" value
Add comment