Search Issue Tracker
Fixed in 2017.2.0f3
Votes
1
Found in
2017.1.0f3
Issue ID
932723
Regression
No
An error occurs after deleting one gameObject and recording another in the Timeline
Reproduction steps:
1. Open the attached project "TimelineArgumentNullException.zip";
2. Open the "Main.unity" scene;
3. Make sure that the Timeline and Animation windows are opened;
4. Select the New Timeline object in the Inspector;
5. Right-click on the Cube object and select "Edit in the Animation window";
6. Delete the Cube object;
7. Press the red spot button on the Sphere to record;
8. Observe the error in the Console window.
Expected results: the other object will be recorded without any problems;
Actual results: after removing one object and recording another, the error pops up in the console:
ArgumentNullException: Argument cannot be null.
Parameter name: key
Reproduced with: 2017.1.0f1, 2017.1.0f3, 2017.2.0b3.
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