Removing objects that have already been deleted

Is there any harm other than a warning in the console:

WARNING:GAMEOBJECT: go.delete(): instance could not be resolved

like performance hit, memory issue, etc when deleting objects that have already been deleted?
Is it safe to do that?

No there’s no performance hit.

1 Like