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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note (2019.3.X):
low priority and unlikely to be resolved for the moment.