Unity Issue Tracker - ScriptableSingleton is not editable through an Inspector
Closed
UUM-30109
ScriptableSingleton is not editable through an Inspector
Unity: Scripting
Won't Fix
2023.2.X
2023.1.X
2022.2.X
2021.3.X
ScriptableSingleton is created with NotEditable flag applied by default.
The default behavior is the object is not editable. When the flag is removed the object's values can be edited.
How to reproduce:
1. Open the attached Project "Test2022.2.9"
2. Open the Project Settings window (Edit -> Project Settings)
3. Select the "SingletonHideFlags" tab
4. Attempt to edit the values in the tab
Expected result: you are able to edit the values
Actual result: you are not able to edit the values