Skip to content

Commit 42fa3de

Browse files
authored
Merge pull request #26 from thomas-stockx/patch-4
Clarified AR Foundation not compatible with Unity 2019.3
2 parents aa415e6 + cf444ec commit 42fa3de

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,11 @@ InitArgs(CommandLine.argc, CommandLine.unsafeArgv)
148148

149149
<br />
150150

151-
### AR Foundation (ANDROID only at the moment)
151+
### AR Foundation (not compatible with Unity 2019.3)
152+
https://github.com/Unity-Technologies/arfoundation-samples/issues/210
153+
154+
Android only as iOS requires Unity 2019.3.
155+
152156
If you want to use Unity for integrating Augmented Reality in your Flutter app, a few more changes are required:
153157
1. Export the Unity Project as previously stated (using the Editor Build script).
154158
2. Check if the exported project includes all required Unity libraries (.so) files (`lib/\<architecture\>/libUnityARCore.so` and `libarpresto_api.so`). 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 `UnityExport` module.
@@ -332,4 +336,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
332336
<!-- prettier-ignore-end -->
333337
<!-- ALL-CONTRIBUTORS-LIST:END -->
334338

335-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
339+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)