Search Issue Tracker
Fixed in 5.1.0
Votes
0
Found in [Package]
5.0.1
Issue ID
1274776
Regression
No
[2D]NullReferenceException thrown on performing Redo operation after creating Range property in the SpriteShape profiler preset
When a Range property is created in the SpriteShape profiler preset and Undo/Redo operation is performed then Editor throws NullReferenceException, Refer attached video.
Steps to repro:
1. Create a new project with 2D Template
2. Project window > Create > 2D > SpriteShape profiler
3. Reset SpriteShape profiler asset from the Inspector
4. Create a Preset of SpriteShape profiler
5. Project > SpriteShape preset > Inspector > Create Range
6. Edit > Undo Create Range > Undo Selection Change
7. Edit > Redo Selection Change > Redo Create Range
Actual Result:
NullReferenceException is thrown on performing Redo operation when Range is created in the SpriteShape profiler preset earlier
Expected Result:
Redo operation is performed gracefully
Note: "Create Range" button is available from Package Version 5.0.1.
Reproducible in:
2020.2.0b2, 2020.2.0b1 with Package Version 5.0.1.
Environment:
Occurring on Windows 10 & Mac 10.15.
Stack trace:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.Editor.get_referenceTargetIndex () (at <3d7c86b365634083bceadac5c7f36490>:0)
UnityEditor.Editor.get_target () (at <3d7c86b365634083bceadac5c7f36490>:0)
UnityEditor.U2D.SpriteShapeEditor.OnEnable () (at library/packagecache/com.unity.2d.spriteshape@5.0.1/editor/spriteshapeeditor.cs:128)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Add comment