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