Enabled checkbox disappears

version 2022.3.45f1.
my checkbox for en active script component is gone from the inspector. Just randomly started doing that yesterday. Removed everything from the script, added the script to other objects and other objects in other projects, still does it.
Created a new script and the checkbox for that appears. Remove Start and Update from the script so it’s an empty class and the checkbox disappears. Tried deleting the Library folder and everything.

Is there a game engine out there that doesn’t melt down when you so much as breathe on it wrong?

The checkbox functions for calling the Update function etc.

If there is no Unity functions like Update (not sure if Start does the same) there is no reason for there to be a checkbox

2 Likes

The Unity messages that will cause the checkbox to show are listed in the documentation for MonoBehaviour: Unity - Scripting API: MonoBehaviour

1 Like