An attempted clone of the famous Pokémon Go! game
Made with Unity 5 and Vuforia SDK
The game uses low poly 3D models and minimal features
There's are no location based targets, no need of internet and GPS
Works even on low end android device with a camera and OpenGL support
The game works offline.
- Pokémon appear by hovering over an image marker
- Throw a Pokéball by simpling tapping anywhere on the screen
- Unity 5.6 or greater
- Vuforia unity extensions
- Clone this repo
- Open scene1.unity with Unity
- Reimport all
- Build for android
3rd Nov, 2017
- First build