Skip to content

AmblyoBye v2.0 — Pico G2 4K Port

Latest

Choose a tag to compare

@tmars tmars released this 25 Feb 18:13
· 6 commits to clean-pico-g2 since this release

AmblyoBye — Pico G2 4K Port

Port of AmblyoBye (originally for Meta Quest 2/3) to Pico G2 4K (3DoF headset).

Changes from original

  • Unity 2021.3.0f1 + Pico Legacy VR SDK (instead of Unity 6 + OpenXR)
  • Gaze-based UI with +/- buttons (instead of sliders)
  • Works with controller (touchpad) and without (headset body button)
  • Fully code-generated scene (no manual scene editing)
  • Video playback position saved per file
  • Last played video remembered across sessions
  • Session watch time tracking
  • Black background for minimal distraction

Install

adb install -r AmblyoBye_PicoG2.apk

Add videos

adb push "MyVideo.mp4" "/sdcard/Android/data/com.amblyobye.amblyobye/files/Movies/"

See README for full documentation.