Is There a List of MonoBehaviour Messages That Are Still Called When Disabled?

Is There a List of MonoBehaviour Messages That Are Still Called When Disabled?

Yes, but I'm not sure where they are. https://answers.unity.com/questions/1035472/call-a-public-function-of-a-disabled-monobehaviour.html Maybe its in here https://docs.unity3d.com/ScriptReference/MonoBehaviour.html

1 Answer

1

Yes, but I’m not sure where they are.

Maybe its in here

Its ‘everything but’ whats listed I do believe.

Ha ha, thanks @meat5000 ! Yeah, I was there and it does show a list of methods that expose the enabled checkbox in editor but it doesn't say whether or not any other functions are called when it is disabled. Perhaps I'm not understanding what the developers are implying but honestly, these are documents and there should be more clarity.