Not signed in
Copyright © 2026 Unity Technologies
Editor: Fix crash on "SerializedObject::ApplyModifiedPropertiesWithoutUndo()" when changing the Color Space setting.
Editor: Fix crash on "SerializedObject::ApplyModifiedPropertiesWithoutUndo()" when changing the Color Space setting.
Editor: Fix crash on "SerializedObject::ApplyModifiedPropertiesWithoutUndo()" when changing the Color Space setting.
Editor: Fix crash on "SerializedObject::ApplyModifiedPropertiesWithoutUndo()" when changing the Color Space setting.
How to reproduce:
1. Create a new project (Empty URP template)
2. Open the Project Settings window (Edit → Project Settings)
3. Open the Other Settings section of the Player settings
4. Under Rendering change the Color Space to “Gamma”
5. Observe the Crash
Reproducible with: 2022.3.60f1, 6000.1.0b13, 6000.2.0a8 (0ac7dd760774)
Not reproducible with: 2021.3.50f1, 6000.0.44f1, 6000.1.0b12, 6000.2.0a7 (54cbf955d0e8)
Reproducible on: macOS 15.3.2 (M3 Pro), macOS (M1 Max) user’s, Windows 11
Not reproducible on:
Notes:
First few lines of the Stacktrace:
#0 0x00000106af58f8 in SerializedObject::ApplyModifiedPropertiesWithoutUndo()
#1 0x00000102ae9b78 in SerializedObject_CUSTOM_ApplyModifiedProperties(void*)
#2 0x000003dcd56af8 in (wrapper managed-to-native) UnityEditor.SerializedObject:ApplyModifiedProperties_Injected (intptr) [
+ 0x60] (0x3dcd56a98 0x3dcd56b5c) [0x333e02a80 - Unity Child Domain]
#3 0x000003dcd56a28 in UnityEditor.SerializedObject:ApplyModifiedProperties () [
+ 0x30] (0x3dcd569f8 0x3dcd56a38) [0x333e02a80 - Unity Child Domain]
#4 0x000003df710014 in UnityEditor.PlayerSettingsEditor:OtherSectionRenderingGUI (UnityEditor.Build.BuildPlatform,UnityEditor.Modules.ISettingEditorExtension) [
+ 0x21c] [/Users/[USERNAME]/git/unity/Editor/Mono/Inspector/PlayerSettingsEditor/PlayerSettingsEditor.cs :: 2201u] (0x3df70fdf8 0x3df712e20) [0x333e02a80 - Unity Child Domain]
#5 0x000003df70f89c in UnityEditor.PlayerSettingsEditor:OtherSectionGUI (UnityEditor.Build.BuildPlatform,UnityEditor.Modules.ISettingEditorExtension,int) [
+ 0x94] [/Users/[USERNAME]/git/unity/Editor/Mono/Inspector/PlayerSettingsEditor/PlayerSettingsEditor.cs :: 2072u] (0x3df70f808 0x3df70f9e4) [0x333e02a80 - Unity Child Domain]
Sign in to see your voted issues