void Awake ()
 {
     // Initialize singleton
     instance = this;
 }
 void Awake()
 {
     // Initialize singleton
     instance = this;
 }