unity if gameobject does not exist code example Example: unity if gameobject exists if (GameObject.Find("WhateverItsCalled") != null){ //it exists}