Search Issue Tracker
Fixed in 1.0.0-preview.14
Votes
0
Found in [Package]
1.0.0-preview.13
Issue ID
1069711
Regression
No
Plugin entry point name collisions on iOS
Because iOS uses statically linked libraries, multiple plugins may use the same entry function, typically UnityPluginLoad. This is required for dynamically linked plugins, but for iOS the plugin can choose any function name. In the case of the ARKit XR Plugin, we used the usual UnityPluginLoad function name, which can lead to collisions with other libraries (OpenCV in this case).
The result is none of the ARKit subsystems are registered, and the application either crashes or fails to establish an AR session.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment