Search Issue Tracker
By Design
Votes
0
Found in
4.6.0b8
Issue ID
604449
Regression
No
Null Refence exception when finding the properties of a ScriptableObject
To reproduce:
1. Open the attached project
2. Click on the ScriptableObject instance called "db"
3. Notice the null reference exception. This is because the SerializedProperty myInt is null.
4. myInt shouldn't be null because the Element class contains a property called myInt.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- NullReferenceException when setting 'isTextObjectScaleStatic' to false on a disabled TextMeshPro GameObject
- Shader Stripping Custom Options disappear when exiting Play mode without reloading Domain
- Decals do not get projected when 'Rendering Layer Mask' on a GameObject is 23rd Layer or above due to encoding/decoding issues
- Deriving from SearchContextAttribute doesn't always work
- Scripting API documentation is missing for macOS editor extensions
Add comment