How to check for a gameobject in the scene code example Example: unity if gameobject exists if (GameObject.Find("WhateverItsCalled") != null){ //it exists}