Hello,
I'm trying to use both EasyAR and ARFoundation in the same APP
ARCore only supports openGLES3
(BuildFailedException: You have enabled the OpenGLES2 graphics API, which is not supported by ARCore.)
Is it correct to build with
- Only OperGLES 3
- Both 3 and 2
Since my image tracking does work in unity but not on android build, does arfuondation cause issues with your sdk?
Thanks