private void Awake() { if (instance != null) { Destroy(this); } instance = this; }
// Use this for initialization void Start() { instance = this; }