-
Enrico Trombetta 2396702t
-
Liam Brodie 2198998b
-
Iacovos Kelepeniotis 2325969k
-
André Ferreira 2265787r
-
Erce Ozturk 2329415o
-
Install the Android SDK. You don't need android studio, but if you wish you can install it as well.
-
Download Unity Hub.
-
Create an account.
-
Install Unity 2018.4.11f1.
-
Clone the project and have it open by Unity Hub. You may get lots of import errors now, just ignore them at this stage.
-
Install ARCore SDK for Unity (https://developers.google.com/ar/develop/unity/quickstart-android) but do not open HelloAR.scene. Instead, open any of the scenes in
Asset/Scenes
. -
Hopefully you should be able to launch a build now.
-
On your phone, install "Google Play Services for AR".
-
Install the generated apk at step 6 (either via adb or via issuing the 'build and run' command inside Unity).
The application is divided into a client, that is to say this Unity application, and a middleware.
The middleware is a Django application available here, and currently being hosted on Heroku.