You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| Assets | 4 years ago | |
| Documentation~ | 4 years ago | |
| Editor | 4 years ago | |
| Includes~ | 4 years ago | |
| Runtime | 4 years ago | |
| Tests | 4 years ago | |
| Tools~ | 4 years ago | |
| .gitattributes | 4 years ago | |
| Assets.meta | 4 years ago | |
| CHANGELOG.md | 4 years ago | |
| CHANGELOG.md.meta | 4 years ago | |
| Editor.meta | 4 years ago | |
| LICENSE.md | 4 years ago | |
| LICENSE.md.meta | 4 years ago | |
| README.md | 4 years ago | |
| README.md.meta | 4 years ago | |
| Runtime.meta | 4 years ago | |
| Tests.meta | 4 years ago | |
| Third Party Notices.md | 4 years ago | |
| Third Party Notices.md.meta | 4 years ago | |
| package.json | 4 years ago | |
| package.json.meta | 4 years ago | |
README.md
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