Unity+EasyAR import EasyARSense

Recently, I am learning about EasyAR, combined with the official API, record the basic operations of EasyAR. Today I mainly explain how to import the official demo

1. Software version

Unity2020.1.0f1 + EasyARSenseUnityPlugin_4.5.0
EasyARSenseUnityPlugin download link

2. EasyARSense import

1. After the download of EasyARSenseUnityPlugin is completed, decompress it into a folder to get a compressed package and two instruction documents, and the compressed package does not need to be decompressed again.

2. Open UnityHub to create a new 3D project

. 3. After the project is created, click Window——Package Manger in the toolbar, then click the plus sign, select the second option Add package from tarball, and select the compressed package you just decompressed to import. 4. First, click Package, select In Project, and then select the EasyAR Sense package you just imported. part

)

3. Summary

The above is the whole process of importing EasyARSense into Unity. Next, we will update the EasyAR example and the precautions for packaging EasyAR (the update has been completed, just click the link)

Guess you like

Origin blog.csdn.net/weixin_43262335/article/details/125887819