Search Issue Tracker
Won't Fix
Won't Fix in 2023.2.X
Votes
0
Found in
2021.3.21f1
2022.2.11f1
2023.1.0b7
2023.2.0a6
Issue ID
UUM-30109
Regression
Yes
ScriptableSingleton is not editable through an Inspector
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
Reproducible with: 2021.2.0a5, 2021.3.21f1, 2022.2.11f1, 2023.1.0b7, 2023.2.0a6
Not reproducible with: 2020.3.46f1, 2021.2.0a4
Notes:
- Removing HideFlags.NotEditable from the ScriptableSingleton's Hide Flags resolves the issue
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
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.
Resolution Note (2023.2.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.