Repository for the DevFest 2018 workshop material
- Unity3D
- DevFest2018_project archive
- Android Studio
- 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
- 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
- Go to the project link
- Click on the Download button
- Click on Download anyway
- Unzip the archive into a designated folder
A compatible device:
- An Android device with ARCore installed
- An iPhone 6S or newer, iPad 2017 or newer
- Install Android Studio with Android SDK 7.0 (API Level 24) or later
- Install XCode 9 beta or later, with iOS SDK that includes ARKit Framework
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>