Search Issue Tracker
Duplicate
Votes
0
Found in
5.2.0f3
Issue ID
726272
Regression
No
Script can not be removed from GameObject when its parent class is changed to ScriptableObject
Steps to reproduce:
1. Create new project
2. Create script "A". By default, it inherits from MonoBehaviour
3. Create new GameObject (e.g. cube)
4. Attach "A" script to previously create GameObject
5. Change the script to inherit from ScriptableObject
6. Select GameObject and try to remove this script. Only Edit and Reset options will be available
Note: Script can be removed by inheriting back from MonoBehaviour or in GameObject's inspector's script "A" component setting "Script" field to "None" and then removing missing script.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on MergeObjectCollection when repeatedly selecting a Prefab Asset in the Project Browser
- Warning icon is cut off and misplaced in Inspector when selecting a Shader with a compiler warning
- AI Navigation Sample Scenes do not work and throws “InvalidOperationException”, “Curl error3”, “CrashReporter”, and “NullReferenceException” errors when using the new Input System Package (default) on a new project
- Bottom of Build Size window in Project Auditor becomes inaccessible when a monitor has a high display scaling
- AI Assistant fails to load account information when AI assistant is opened
Add comment