Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
2017.2.0f3
Issue ID
971297
Regression
No
KeyNotFoundException when editing code while having animator transitions selected in the editor
To reproduce:
1. Create any animator asset.
2. Add two states and make transitions to one another.
3. Click on a transition (selecting it in the inspector).
4. Change any line of code.
5. Switch back to the editor.
Result: "KeyNotFoundException:The given key was not present in the dictionary.
UnityEditor.DockArea:OnEnable()" exception is thrown.
Note: sometimes "NullReferenceException:Object reference not set to an instance of an object
UnityEditor.DockArea:OnEnable()" exception is thrown instead
Reproduced on: 2018.2.0a4, 2018.1.0b10, 2017.3.p4, 2017.2.2p1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unrecognized identifier DECLARE_STACK_CB error is thrown when VirtualTexture Property is used with Custom RenderTexture target
- SpriteShapeController.OnWillRenderObject() is ~20 ms when using SpriteShapeController.BakeMesh() and never updating the spline
- Editor freezes briefly when "multi-selecting" TextMeshPro GameObjects In the Hierarchy window in Prefab Mode, if 5 or more Inspector windows are open
- OnEndDrag event not triggered when losing Editor focus during simultaneous Left and Right mouse drag
- Texture displays visual artifacts and has a broken aspect ratio when it is imported in RGB 48-bit format
Add comment