public static ClassName instance;
void Awake(){
instance = this;
}

์ค‘๋ณต๊ฒ€์‚ฌ ํ•„์š”ํ•˜๋ฉด if(instance == null) ๋„ฃ๊ณ