You’ve probably had this situation: you have an object (perhaps a button for example)
You have some minor behaviour attached below it (say, a repetitive glow on the button)
As you enter the scene, you make the whole object inactive.
Now, this means you’ll get the alert
“Coroutine couldn’t be started because the the game object ‘‘exampleGlow’’ is inactive! UnityEngine.MonoBehaviour:StartCoroutine_Auto(IEnumerator)”
In fact … is this warning harmless?
I usually go through and fix these so you don’t get the warning, but I’ve often shipped with a few of those. In fact is it harmless? (I’ve never seen any harm come, but someone may have more info.)
Cheers