Search Issue Tracker
Active
Votes
0
Found in
6000.0.63f1
6000.2.15f1
6000.3.1f1
6000.4.0a5
6000.5.0a3
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
- Capacity-size memory is copied instead of Length-size when using UnsafeUtility.memCpy()
- Console displays "SerializedObjectNotCreatableException: Object at index 0 is null" error during Unity theme change while "Tile Palette" window is opened
- Details are not shown when Error Message is still selected after changing Log Entry Count in the Console
- Disabling Unity VCS in Project Settings unfocuses the Project Settings Window
- Help box icon in "Tile Palette" window is blurry in both Unity themes
Add comment