Search Issue Tracker
Duplicate
Votes
0
Found in
2017.2.0a1
Issue ID
913461
Regression
Yes
ArgumentException when undoing created keyframes in animation clip asset which is selected from Project
How to reproduce:
1. Open the attached project
2. Make sure Animation and Inspector windows are open
3. Select idle animation from Assets folder
4. Click on some random time so time indicator changes position
5. Click on "Add keyframe"
6. Undo this action (Ctrl + Z)
Actual result: Created key frames are deleted and error shows up ArgumentException: Getting control 7's position in a group with only 7 controls when doing ValidateCommand Aborting
Expected result: key frames are deleted and error doesn't show up
In step 5 if you create key frame with RMB click and Add Key, undoing this step generates a bit different error:
ArgumentException: GUILayout: Mismatched LayoutGroup.ValidateCommand
Note: You won't get error if Inspector window is not open
Reproducible: 2017.1.0b6, 2017.2.0a1
Not reproducible: 5.6.1f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment