ScoreSaber implementation for Quest.
Currently should be almost 1:1 to the PC version of ScoreSaber, though some features are missing / different which can be seen here
If you are a user looking to install ScoreSaber on Quest, download the latest official .qmod from GitHub Releases.
Requires QPM, CMake, Ninja, and an Android NDK (write its path into ndkpath.txt in the repo root).
qpm restore # fetch dependencies into extern/
qpm s build # configure + build into build/To package a .qmod: qpm qmod build, then pwsh ./scripts/createqmod.ps1 ScoreSaber. Note that locally built qmods will not authenticate with ScoreSaber unless official or development upload-trust metadata is provided.
- RedBrumbler, Optimus - UI Implementation
- Qwasyx - Maintainer
- zoller27osu, Sc2ad and jakibaki - beatsaber-hook
- raftario
- Lauriethefish and danrouse for this template