void Awake()
 {
     instance = this;
 }
 void Awake()
 {
     controllerManager = WebVRControllerManager.Instance;
     attachJoint       = GetComponent <FixedJoint> ();
 }