Note: This is an experimental project exploring architectural patterns. Feedback and contributions are welcome!
This project explores MVVM-like UI architecture implemented in Unity to address common development and review challenges.
- PRD (Product Requirements Document) - Project goals and requirements
- Design Document - Technical architecture and design decisions
- Git with Git LFS support
makecommand (GNU make recommended)
-
Fork and clone the repository:
git clone <your fork> unityapp cd unityapp/
-
Run setup:
make setup
-
Open the project in Unity and start developing!
See Design Document for grasping paradigm.