private void Awake()
 {
     if (instance == null)
     {
         instance = this;
     }
 }
Пример #2
0
 // Use this for initialization
 void Start()
 {
     //  transform.localPosition = new Vector3(5,2.3f,-8.9f);
     newhigh = this;
 }