Search Issue Tracker
In Progress
Fixed in 2022.3.51f1, 6000.0.23f1, 6000.1.0a1
Fix In Review for 7000.0.0a10
Votes
34
Found in
2022.3.32f1
6000.0.5f1
6000.1.0a7
7000.0.0a1
Issue ID
UUM-73507
Regression
Yes
Crash when selecting a certain material
How to reproduce:
1. Open the attached “ReproProject“ project
2. Select “Assets/colores/naranja.mat“ material
Reproducible with: 2022.2.0a7, 2022.3.32f1, 6000.0.5f1
Not reproducible with: 2021.3.39f1, 2022.2.0a6
Reproducible on: macOS 14.5 Sonoma (Intel)
Not reproducible on: No other environment tested
First few lines of the stack trace:
at <unknown> <0xffffffff>
at UnityEditor.ShaderUtil.GetMaterialProperty (UnityEngine.Object[],int) [0x00001] in /Users/bokken/build/output/unity/unity/Editor/Mono/ShaderUtil.bindings.cs:282
<...>
at UnityEditor.MaterialEditor.GetMaterialProperty (UnityEngine.Object[],int) [0x00030] in /Users/bokken/build/output/unity/unity/Editor/Mono/Inspector/MaterialEditor.cs:2147
at UnityEditor.MaterialEditor.ApplyMaterialPropertyDrawers (UnityEngine.Object[]) [0x00074] in /Users/bokken/build/output/unity/unity/Editor/Mono/Inspector/MaterialEditor.cs:2452
at UnityEditor.MaterialEditor.ApplyMaterialPropertyDrawersFromNative (UnityEngine.Material) [0x0000c] in /Users/bokken/build/output/unity/unity/Editor/Mono/Inspector/MaterialEditor.cs:2432
at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) [0x0002d] in <0d15554726044eedabce4cbe106efa8e>:0
<...>
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
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
- Crash on EditorApplication:Internal_CallUpdateFunctions when pushing property block by index to SpriteShapeRenderer
Resolution Note (fix version 7000.0.0a10):
Prevent user from deleting a parent material without reparenting its children
Resolution Note (fix version 2022.3.51f1):
Prevent user from deleting a parent material without reparenting its children