public void OnPreSimulate(int frameId, int subFrameId) { var val = PollInputs(); SimpleOVRDebug.Clear(); SimpleOVRDebug.Log(val.ToString()); }
// Start is called before the first frame update void Awake() { instance = this; text = GetComponent <Text>(); text.text = "Console Initialized\n"; }