This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
ARPlusSystem/ARPlusSystem-250418/Library/PackageCache/com.unity.xr.arcore@4.2.10/README.md

840 B

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:

  1. Clone this repo:
git clone git@github.cds.internal.unity3d.com:unity/arfoundation.git
  1. Get the submodules:
git submodule update --init --recursive
  1. Change directory to com.unity.xr.arcore/Source~:
cd com.unity.xr.arcore/Source~
  1. Build the source using bee.
  • On Windows: bee.cmd
  • On Mac: ./bee.sh