Example #1
0
 void Awake()
 {
     if (instance != null)
     {
         Destroy(gameObject);
     }
     instance = this;
 }
Example #2
0
 // Use this for initialization
 void Start()
 {
     wm         = WandManager.Instance;
     haptic_num = 0;
 }