This project is discontinued due to time reasons and hardware availability.
AURA is a Mixed Reality Project implemented with Unity and running on the Microsoft HoloLens. It aims to enable the user to enrich the real world with 3D geometry.
git clone --recurse-submodules -j8 https://gitlab.com/project-aura/aura.git
Adding the --recurse-submodules
flag checks out the dependency submodules as well.
Optional: If you skip this step you must manually check out the dependency submodules when you need them. You can do this with:
git submodule update --init
cd AURA && mklink /D Assets\HoloToolkit ..\MixedRealityToolkit-Unity\Assets\HoloToolkit
Don't forget to Check the "Use Toolkit-specific InputManager axes" box, so that the XboxController work.
LGPL 2.1