Skip to content

Instantly share code, notes, and snippets.

@culage
Created July 17, 2018 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save culage/6633e6a670488ab1105bec9e6142a3ed to your computer and use it in GitHub Desktop.
Save culage/6633e6a670488ab1105bec9e6142a3ed to your computer and use it in GitHub Desktop.
OculusGoのホームボタン(Oculusボタン)長押しを取得する方法 ref: https://qiita.com/culage/items/ba0fe4e03a011c32363f
if (OVRInput.GetControllerWasRecentered(OVRInput.GetActiveController())) {
Debug.Log("reCenter!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment