void Start()
 {
     Instance = this;
     camera.enabled = true;
     Init();
 }
 void Start()
 {
     Instance       = this;
     camera.enabled = true;
     Init();
 }