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
- Unable to bind RenderTexture to the VisualElement's StyleBackground property
- SVG fails to import when 'stroke-miterlimit' is less than 1
- Test Runner fails to create a script in the active path when selecting a file as the active path
- Shader Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
Add comment