Ejemplo n.º 1
0
 public void Awake()
 {
     USING_OVERLAY     = VHVRConfig.GetUseOverlayGui();
     OVERLAY_CURVATURE = VHVRConfig.GetOverlayCurvature();
     _inputModule      = EventSystem.current.gameObject.AddComponent <VRGUI_InputModule>();
 }