Quickstart Guide - IAMColumbia/gp2portfoliogame-JSchoppe GitHub Wiki
Running the Latest Build
You can download the most recent build as an apk
file from the latest release. You can run the game by sending the file to your Android device, or by running an emulated Android device using tools such as BlueStacks or Android Studio.
Running the Unity Project
The unity project experiments with new C# features not yet supported by Unity's default C# compiler version. A plugin is used to use the new C# compiler version and features; the plugin should install these dependencies automatically. The other item you will need is an up to date maps api key to make the requests that generate stages. Maps not generated in the Unity scene is a sign that your key is outdated/invalid. Please contact me about the key. You may also use your own key under the free tier of the maps api if you wish. Once you have the key you need to add it to the prefab MapsService(KEY)
and it should propagate throughout all scenes using this prefab.
Scenes
There are currently three tests scenes and one build scene included in the game. Scenes in the test folder are not meant to be built into the final product and contain focused environments for testing features on a granular level. The execution order of objects in the scene is typically handled by that scene's bootstrapper.