Verifique se o GameObject está ativo
if (gameObject.activeSelf)
{
// this happens when object is active
}
Comfortable Caterpillar
if (gameObject.activeSelf)
{
// this happens when object is active
}
// To check if a GameObject is active:
gameObject.activeSelf;
if (gameObject.activeInHierarchy)