Instalasi AR Game Unity

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

Creating

Augmented
Reality AR
Game in Unity
Esther Irawati
September 2021
05.

Installing
the Unity
Hub
Installing the Unity Hub

● The Unity Hub is a management tool used to manage multiple installations of the
Unity Editor along with their associated components, create new Projects, and open
existing Projects.
○ To install the Unity Hub for macOS or Windows, visit Download Unity on the Unity website.
○ To install the Unity Hub on Linux, visit Download Unity Hub for Linux on the Unity Forums.
● To install and use the Unity Editor, you must have a Unity Developer Network
(UDN) account, choose your licenses type, and proceed to the Installing the Unity
Editor section.
Installing the Unity Editor

1. Click the Installs tab in Unity Hub.


2. Click the Add button and select a specific version of the Editor.
Installing the Unity Editor
3. Click the Next button and select the modules you want to install with the Editor. If
you don’t install a component now, you can add it later if you need to. When
you’ve selected all the modules you need, click Done.
Installing the Unity Editor

● To add modules to an Editor, locate its files, or uninstall it, click the three dots next
to that Editor version.
Adding existing instances of
the Editor to the Hub

1. Click the Installs tab.


2. Click the Locate button to find existing installations of the Editor.
3. In the file dialog, navigate to the location of the Editor installation and select the
Unity executable. On MacOS this is Unity.app. On Windows this is Unity.exe.
4. Click the Select Editor button.
09.

Set up
development
environment
Set up development
environment
● Ensure your device is compatible with AR:
Ensure that your development device is
compatible with AR
● Setup USB debugging on your device: Enable
Developer options on your device to run
debug apps
● Install Unity (2020.3 LTS): On your
workstation, install Unity 2020 LTS
● Create a new project: Create a new project
using the Universal Render Pipeline template
Install the required
frameworks
1. Open Unity's AR Foundation by clicking on Window > Package Manager.
Install the required
frameworks
2. View the latest versions of these frameworks by expanding its entry using the ►
icon. Install the latest versions for AR Foundation and ARCore XR Plugin

You might also like