Easy AR
  • Easy AR 3.0 Documentation
  • Demos
    • Single Object Placement
    • Multiple object placement
    • AR Measurement
    • AR Tilling
    • AR Image Target
    • AR Face Tracking
    • AR Portal
  • Fundamentals
    • Import Easy AR package into Unity
    • Upgrade Unity Packages of Easy AR Unity Project
    • Build the application
  • Guides
    • How to create a new object prefab
    • Setting up a custom scene
    • How to set up the AR tilling
    • How to create a custom AR Face
      • How to create an AR Face with Face Paint
      • How to create an AR Face with Face Mesh
    • How to create a Custom Image Target Demo
    • Shadow map generation
Powered by GitBook
On this page
  1. Fundamentals

Import Easy AR package into Unity

PreviousAR PortalNextUpgrade Unity Packages of Easy AR Unity Project

Last updated 3 years ago

We highly recommend using Unity (LTS) verified versions. Initially we built the package using the following Unity version and used the AR Foundation package, ARCore XR Plugin and ARKit XR Plugin.

Create a Unity mentioned version of an empty project from Unity Hub and change Build Platform to either iOS or Android as desired.

Unity Version

  • Unity 2020.2.4 or higher LTS versions

In the Unity hub, under the Installs tab you can add this verified version.

After add verified vesion go to Projects tab click New button at top right corner to create new project. Give project name as Easy AR and select 3D template as a default template and create project.

Import the Easy AR package into the project.

Here you have to import the AR Foundation, ARCore XR Plugin and ARKit XR Plugin packages. Please follow to import the packages.

next section