SW 중심대학 OSS GIT 서버 박건태, 이승준, 고기완, 이준호 새로운 배포
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.
 
 
 
ParkGeonTae 216cbe4b1b project 4 years ago
..
Assets project 4 years ago
Documentation~ project 4 years ago
Editor project 4 years ago
Includes~ project 4 years ago
Runtime project 4 years ago
Tests project 4 years ago
Tools~ project 4 years ago
.gitattributes project 4 years ago
Assets.meta project 4 years ago
CHANGELOG.md project 4 years ago
CHANGELOG.md.meta project 4 years ago
Editor.meta project 4 years ago
LICENSE.md project 4 years ago
LICENSE.md.meta project 4 years ago
README.md project 4 years ago
README.md.meta project 4 years ago
Runtime.meta project 4 years ago
Tests.meta project 4 years ago
Third Party Notices.md project 4 years ago
Third Party Notices.md.meta project 4 years ago
package.json project 4 years ago
package.json.meta project 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:

  1. Clone this repo:
git clone git@github.com:Unity-Technologies/upm-xr-arcore.git
  1. Change directory to upm-xr-arcore:
cd upm-xr-arcore
  1. Get the submodules:
git submodule update --init --recursive
  1. Change directory to Source~:
cd Source~
  1. Build the source using bee.
  • On Windows: bee.exe
  • On Mac: mono bee.exe