Search Issue Tracker
Fixed
Fixed in 6000.2.0b10, 6000.3.0a2
Votes
0
Found in
6000.2.0a2
6000.3.0a1
Issue ID
UUM-107397
Regression
Yes
The Error "NullReferenceException: Object reference not set to an instance of an object" is present when opening the Color window before Script recompilation
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/Scenes/SampleScene.unity” Scene
3. Right-click in the Project window, and then Create > MonoBehavior Script
4. Before the Scripts recompile, quickly select Canvas > Image in Hierarchy and in Inspector, click Color to open the Color Picker
5. Wait for Scripts to recompile
Expected result: No Errors exist
Actual result: Error “NullReferenceException: Object reference not set to an instance of an object“ is present
Reproducible with: 6000.2.0b2 (d4c40f50eb81), 6000.2.0b3, 6000.3.0a1
Not reproducible with: 2022.3.62f1, 6000.0.49f1, 6000.1.4f1, 6000.2.0b1 (1618a92a88ac)
Testing environment: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note (fix version 6000.3.0a2):
Fixed a serialization issue that was throwing errors when a color picker popup was opened right before a domain reload.
Resolution Note (fix version 6000.2.0b10):
Fixed a serialization issue that was throwing errors when a color picker popup was opened right before a domain reload.