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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Add comment