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
- The text, buttons and checkmarks are outside their visual bounds when the Tier Settings window is docked
- Invalid front face configuration when building with GraphicsAPI set to WebGPU
- WebGL builds report wrong screen resolution if "matchWebGLToCanvasSize" is set to "false"
- List<T> in the Inspector does not update values when changed through Dropdown menu
- Crash on keywords::LocalSpace::Find when reimporting specific assets
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.