March 2018
Beginner
274 pages
6h 1m
English
We will use the sample project as a template for creating a new project. At the time of writing, doing an ARCore asset import with the beta version still requires considerable project setup. Ideally, we would like to create a project from scratch, but we will do the next best thing. The next best thing will be to clone the project from GitHub into a new folder of our choice. You can start by opening up Command Prompt and following these steps:
mkdir ARCorecd ARCoregit clone https://github.com/google-ar/arcore-unity-sdk.git ARCoreDesign
Read now
Unlock full access