public static ResTest GetInstance() { if (instance == null) { instance = new ResTest(); } return(instance); }
private void Awake() { instance = this; }