A MonoBehaviour starts a coroutine, then code sets component.enabled = false while its Ga…

from MonoBehaviour lifecycle
Unity 6.6 intermediate 1 min

A MonoBehaviour starts a coroutine, then code sets component.enabled = false while its GameObject remains active. What happens by default?

Report an error