Currently on if *Update() is used will the enabled checkbox show up.
The enabled checkbox is used for debug and also to force an AI state
That’ll save from hacking around this by adding a dummy Update() framed by #if UNITY_DEBUG

You could just add an empty Start() and it should show up.
you’re right, it’s even cleaner than update I was using