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
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
Resolution Note (2019.3.X):
low priority and unlikely to be resolved for the moment.