Skip to content

Instantly share code, notes, and snippets.

@alexsorokoletov
Last active May 18, 2020 03:19
Show Gist options
  • Save alexsorokoletov/b1b6975fa8b3d50b864e1c7daaf58edf to your computer and use it in GitHub Desktop.
Save alexsorokoletov/b1b6975fa8b3d50b864e1c7daaf58edf to your computer and use it in GitHub Desktop.
Cheatsheet how to setup Oculus Quest for MacOS
1. https://developer.oculus.com/documentation/unity/unity-enable-device/
2. Remove ~/.android folder before connecting
3. Add vendor to ~/.android/adb_usb.ini (see https://stackoverflow.com/a/7136003/883738)
4. Install QuietCast https://www.reddit.com/r/OculusQuest/comments/c0ub6k/cast_quest_to_a_mac_instructions/ or run manually
```
adb connect 192.168.0.105 && scrcpy --crop 1280:720:100:400 -b4M -m720
```
5. https://assetstore.unity.com/packages/tools/integration/oculus-integration-82022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment