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