Implement EasyAR into arcore project

0 votes
asked Nov 13, 2020 by pavlioudos (140 points)
Hi,

I have an arcore project in unity and I want to implement easyAR into it, in a different scene. Is this possible? I tried to implement easyAR package and nothing worked.

Thank you in advance!

1 Answer

0 votes
answered Dec 5, 2020 by kenn (18,750 points)
What is "implement easyAR into it"?

EasyAR can work on top of ARCore (already in the plugin), or work side by side with ARCore, by passing ARCore data into EasyAR, or work in different scenes without any interactions between them.
commented Dec 6, 2020 by pavlioudos (140 points)
I already have an arcore unity project, and when I import EasyAR package file, there are controversies that don't allow me to run my arcore scenes.
commented Dec 6, 2020 by kenn (18,750 points)
remove arcore-classes.jar and libarcore_sdk_c.so from EasyAR package, it will work.
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...