Search Issue Tracker
Fix In Review
Votes
0
Found in
7.0.0
8.0.0
Issue ID
UUM-129933
Regression
No
Console displays "SerializedObjectNotCreatableException: Object at index 0 is null" error during Unity theme change while "Tile Palette" window is opened
Steps to reproduce:
- Create a project using the Universal 2D template
- Go to "Window" -> "2D" -> "Tile Palette"
- In the "Tile Palette" window, find the "Default Brush" drop-down
- Select the "GameObject Brush" item from the list
- Expand the "SceneRoot Grid" section
- Go to "Unity" -> "Settings" ->"General" -> "Editor Theme"
- Change from "Light" to "Dark" or vice versa
Actual results: Console displays an error
Expected results: No errors in the Console view
Reproducible with versions: 6000.0.63f1, 6000.2.15f1, 6000.3.1f1, 6000.4.0a5, 6000.5.0a3
Tested on (OS): macOS - Tahoe 26.1
Notes: Full error
{code:java}
SerializedObjectNotCreatableException: Object at index 0 is null
UnityEditor.Editor.CreateSerializedObject () (at /Users/bokken/build/output/unity/unity/Editor/Mono/Inspector/Editor.cs:717)
UnityEditor.Editor.GetSerializedObjectInternal () (at /Users/bokken/build/output/unity/unity/Editor/Mono/Inspector/Editor.cs:689)
UnityEditor.Editor.get_serializedObject () (at /Users/bokken/build/output/unity/unity/Editor/Mono/Inspector/Editor.cs:583)
UnityEditor.GridEditor.OnEnable () (at /Users/bokken/build/output/unity/unity/Modules/GridEditor/Managed/GridEditor.cs:16){code}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- 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
Add comment