ARCore XR SDK Package
The purpose of this package is to provide ARCore XR Support. This package provides the necessary sdk libraries for users to build Applications that work with ARCore on Android.
Building From Source
Be sure you have installed Git Large File Support before cloning this repository.
The first time you build requires an internet connection and you must be on Unity's network (or VPN).
From a terminal window:
- Clone this repo:
git clone git@github.com:Unity-Technologies/upm-xr-arcore.git
- Change directory to
upm-xr-arcore
:cd upm-xr-arcore
- Get the submodules:
git submodule update --init --recursive
- Change directory to
Source~
:cd Source~
- Build the source using
bee
.- On Windows:
bee.exe
- On Mac:
mono bee.exe
- On Windows: