Skip to content

Commit 93d7a3a

Browse files
committedAug 15, 2024
Mention adding ios frameworks for Unity plugins.
1 parent 60fb4c7 commit 93d7a3a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,12 @@ allprojects {
364364

365365
<img src="https://github.com/juicycleff/flutter-unity-view-widget/blob/master/files/libraries.png" width="400" />
366366

367-
5. Make sure pods are installed after your Unity export, either using `flutter run` or by running `pod install` in the ios folder.
367+
5. Unity plugins that make use of native code (Vuforia, openCV, etc.) might need to be added to Runner like UnityFramework.
368+
Check the contents of the `/ios/UnityLibrary/Frameworks/` directory. Any `<name>.framework` located in (subdirectories of) this directory is a framework that you can add to Runner.
368369

369-
6. If you use Xcode 14 or newer, and Unity older than 2021.3.17f1 or 2022.2.2f1, your app might crash when running from Xcode.
370+
6. Make sure pods are installed after your Unity export, either using `flutter run` or by running `pod install` in the ios folder.
371+
372+
7. If you use Xcode 14 or newer, and Unity older than 2021.3.17f1 or 2022.2.2f1, your app might crash when running from Xcode.
370373
Disable the `Thread Performance Checker` feature in Xcode to fix this.
371374
- In Xcode go to `Product > Scheme > Edit Scheme...`
372375
- Now With `Run` selected on the left, got to the `Diagnostics` tab and uncheck the checkbox for `Thread Performance Checker`.
@@ -407,8 +410,6 @@ allprojects {
407410
-----
408411
</details>
409412
410-
</details>
411-
412413
<details>
413414
<summary>:information_source: <b>AR Foundation iOS</b></summary>
414415

0 commit comments

Comments
 (0)