Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusing AR Foundation setup instructions #919

Open
vanomak opened this issue Jan 23, 2024 · 1 comment
Open

Confusing AR Foundation setup instructions #919

vanomak opened this issue Jan 23, 2024 · 1 comment
Labels
Documentation Documentation issue (readme or examples)

Comments

@vanomak
Copy link

vanomak commented Jan 23, 2024

Describe the bug
Setup AR section

  1. Open the lib/architecture/ folder and check if there are both libUnityARCore.so and libarpresto_api.so files. There seems to be a bug where a Unity export does not include all lib files. If they are missing, use Unity to build a standalone .apk of your AR project, unzip the resulting apk, and copy over the missing .lib files to the unityLibrary module.

However, during export there are no lib/architecture/ folder at all. There are .aar files only inside libs folder

  1. Repeat steps 4 and 5 from the Android Platform specific setup (editing build.gradle and settings.gradle), replacing unityLibrary with arcore_client, unityandroidpermissions and UnityARCore.

doing step 8 literally, leads to build errors

Expected behavior
Actual instructions how to setup AR project

@timbotimbo
Copy link
Collaborator

Check the updated instructions in this PR #911

@timbotimbo timbotimbo added the Documentation Documentation issue (readme or examples) label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Documentation issue (readme or examples)
Projects
None yet
Development

No branches or pull requests

2 participants