Search Issue Tracker
Won't Fix
Votes
1
Found in
2017.4.0f1
2018.3.0a1
2019.1.0a1
2019.1.9f1
2019.2.0a1
2019.3.0a1
Issue ID
1170006
Regression
No
Custom Editor does not show properties in the Inspector when a script's global variables are updated
How to reproduce:
1. Download and open the attached project "1170006.zip"
2. Select the Test GameObject in the Hierarchy
3. Open the NullRefObject.cs script
4. Add a new global variable or set a value to a global variable and save the script
5. Return to the Unity Editor and Inspect the NullRefObject Component of the Test GameObject
Expected result: NullRefObject.cs script's properties are shown in the Inspector
Actual result: NullRefObject.cs script's properties are not shown in the Inspector
Reproduced with: 2017.4.30f1, 2018.4.4f1, 2019.1.11f1, 2019.2.0b10, 2019.3.0a10
Notes:
Reloading the Inspector window will fix the issue.
The Console will throw a NullReferenceException error after step 5.
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
- Red spots appear when Blending Lighting Scenarios using Adaptive Probe Volumes
- [Windows] About Unity Window needs to be opened twice to adapt to resolution
- NullReferenceException and temporary graph corruption after entering playmode if output node connection was changed
- Sprite Renderer with Animation does not reflect Sprite changes in the Scene when switching Mask Interaction
- Error "NullReferenceException: Object reference not set to an instance of an object" is present when loading 3D text mesh in Player from an asset bundle that is built with an older Editor version
Resolution Note (2019.3.X):
low priority and unlikely to be resolved for the moment.