Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
2017.1.0b1
Issue ID
904723
Regression
Yes
[Regression] Copying color from component throws NullReferenceException
Note: Not only UI is affected. Tested and reproduced the same on: Materials, scripts with 'Color', Camera background, Lighting etc.
How to reproduce:
1. Open QA attached project
2. In hierarchy select Canvas -> Text
3. Right click on Color and select 'Copy'
4. Observe the error thrown in console
Expected behaviour: Color values copied successfully
Actual behaviour: NullReferenceException is thrown
Reproduced on: 2017.1.0b1, 2017.1.0b2
Not reproduced on: 5.6.0p3, 2017.1.0b6
Regression introduced in: 2017.1.0b1
Full error:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.EditorGUI.<DoColorField>m__5 (System.Object data, System.String[] options, Int32 selected) (at C:/buildslave/unity/build/artifacts/generated/common/editor/EditorGUIBindings.gen.cs:3793)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Buttons in the Overlay Menu in the Scene View are all gray even if they're activated when Game View is maximized and minimized
- NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
- Editor crashes on PrepareSpriteTilingData when exiting Play mode
Add comment