Skip to content

uug-trento/DevFest2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

DevFest2018

Repository for the DevFest 2018 workshop material

What do you need

  1. Unity3D
  2. DevFest2018_project archive
  3. Android Studio

1 - Unity3D

1.1 - How to install Unity3D

  • Download Unity3D installer (Personal licence)

  • Open the installer

  • Deselect every component except the Unity editor

Note: IDE/notepad needed (i.e. Visual Studio Code)

  • Follow Unity Download Assistant remaining instructions

1.2 - How to open the project

  • Open Unity3D
  • If you already have an account, log in. Otherwise press Skip

  • Press Open

  • Locate the project folder (see next section) and click on Select folder

2 - Project material

2.1 - How to prepare the project

  • Click on the Download button

  • Click on Download anyway
  • Unzip the archive into a designated folder

3 - AR Workshop

A compatible device:

  • An Android device with ARCore installed
  • An iPhone 6S or newer, iPad 2017 or newer

Android

  1. Install Android Studio with Android SDK 7.0 (API Level 24) or later

iOS

  1. Install XCode 9 beta or later, with iOS SDK that includes ARKit Framework

Building

create a file link.xml inside the Assets folder

<linker>
    <assembly fullname="Unity.XR.ARCore" ignoreIfMissing="1" preserve="all"/>
    <assembly fullname="Unity.XR.ARKit" ignoreIfMissing="1" preserve="all"/>
</linker>

Releases

No releases published

Packages

No packages published