- Home /
Question by
CoalCzar · Sep 09, 2015 at 05:02 PM ·
inspectormonobehaviourmessages
Which Monobehaviour messages get called in the inspector (scene not playing)?
I know some messages on Monobehaviour that get called when Application.isPlaying is false, e.g.,
OnEnable
OnRectTransformDimensionsChange
OnTransformChildrenChanged
but is there a list somewhere that details which messages only get sent when Application.isPlaying is true vs which get sent when it is false?
Comment