// the find
Sebastian02L/UnityAndroidGame
A Unity mobile game ofr Android
A student Unity Android game project — one repo, one developer, 1 star (probably their own). The repo mostly consists of committed build artifacts: CMake cache files, ninja logs, and compiled object files that should never have been checked in. There is no actual game source code visible, just the Unity GameActivity native plugin scaffolding.
- Uses Unity's GameActivity (not the deprecated NativeActivity), which is the correct approach for modern Android native integration
- Targets arm64-v8a, the right architecture for current Android devices
- CMake + Gradle build chain is set up correctly for Unity native plugins
- The entire .utmp/ build directory is committed — ninja logs, .o files, CMake caches, binary blobs — none of this belongs in version control and it makes the repo ~99% noise
- No actual game source code is visible in the tree; the repo appears to contain only the native plugin build artifacts, not the Unity project itself
- 1 star, 0 forks, last push January 2025 — this is a personal learning project that was abandoned, not something anyone would adopt
- No README, no license, no description of what the game actually is or does