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