whx-prog/subspacehunter-sao — explained in plain English
Analysis updated 2026-05-18
Build a VR sword, magic, or gun combat action game for Meta Quest or PC VR.
Study physics-based melee combat and enemy AI behavior patterns in a VR context.
Learn VR-specific techniques like gesture UI, mixed-reality shadows, and performance optimization.
Start a commercial VR game project using the original art and code assets.
| whx-prog/subspacehunter-sao | alekk89/llama-cpp-windows-manager | qooode/nzbdavex | |
|---|---|---|---|
| Stars | 25 | 25 | 25 |
| Language | C# | C# | C# |
| Setup difficulty | hard | easy | moderate |
| Complexity | 4/5 | 2/5 | 3/5 |
| Audience | developer | vibe coder | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires Unity 2021.3.45f1 and a VR headset (Quest or PC VR) to run and test.
SubspaceHunter-SAO is an open-source game framework and collection of art assets for building VR and mixed-reality action games using Unity. It was originally created in 2022 by Hexin Wang, then aged 22, as a personal project inspired by Sword Art Online, a Japanese animated series set inside a virtual reality massively multiplayer game. The project was released freely and the VR combat videos that circulated on social media in 2022 and 2023 came from this codebase. The framework is designed to run on standalone VR headsets such as Meta Quest. It includes a physics-based melee combat system for swords, a magic combat system, and a gun combat system. It also provides an enemy AI system with nine different behavior patterns that handle things like skill selection, range management, and animation. The project ships with nine level scenes, multiple weapons, and dozens of character and enemy models at different difficulty tiers. The README is written primarily in Chinese and describes the project as both a learning resource and a commercially usable starting point for developers who want to build their own VR action games. It lists what you can learn from studying the project, including how to set up a VR development environment, how to optimize performance and rendering in VR, how to build gesture-based UI systems, and how to handle shadows in mixed-reality scenes where virtual objects share space with the real world. The original art assets and code created by the author are available for commercial use. Some assets based on the Sword Art Online intellectual property are included for learning purposes only and cannot be used commercially. Third-party packages bundled in the project require the user to verify their own licensing terms before commercial use. The project requires Unity version 2021.3.45f1 and targets Android, Quest, and PC VR platforms.
A Unity-based VR action game framework and asset pack, inspired by Sword Art Online, for building sword, magic, and gun combat games on standalone headsets.
Mainly C#. The stack also includes Unity, C#, Quest VR.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.