You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These steps are based on these [Vuforia docs](https://developer.vuforia.com/library/unity-extension/using-vuforia-engine-unity-library-uaal#ios-specific-steps) and [this comment](https://github.com/juicycleff/flutter-unity-view-widget/issues/314#issuecomment-785302253)
458
458
@@ -486,7 +486,7 @@ We recommend using a physical iOS or Android device, as emulator support is limi
486
486
Below are the limited options to use an emulator.
487
487
488
488
<details>
489
-
<summary> <b>iOS Simulators</b> </summary>
489
+
<summary>ℹ️ <b>iOS Simulators</b> </summary>
490
490
491
491
The `Target SDK` option in the Unity player settings is important here.
492
492
-`Device SDK` exports an ARM build. (Which does **NOT** work on ARM simulators)
@@ -530,7 +530,7 @@ The rest depends on the type of processor in your mac:
530
530
</details>
531
531
532
532
<details>
533
-
<summary> <b>Android emulators</b></summary>
533
+
<summary>ℹ️ <b>Android emulators</b></summary>
534
534
535
535
Unity only supports ARM build targets for Android. However most Android emulators are x86 which means they simply won't work.
0 commit comments