Search Issue Tracker
Fixed in 6000.0.8f1
Fixed in 2022.3.54f1, 6000.0.X, 6000.1.0a2, 7000.0.0a17, future release
Votes
0
Found in
2022.3.53f1
6000.0.0b15
6000.1.0a7
Issue ID
UUM-70551
Regression
No
Fix Plugin Importer for Arm64 Simulator
There are 2 issues with Plugin Importer for iOS/tvOS.
#1. No way to target a plugin to Arm64 Simulator Arch specifically
#2. Arm64 Device plugins are landing in Arm64 Simulator builds(failing to compile Xcode project)
#1 issue
Steps to reproduce :
1. Create new project
2. Switch to iOS/tvOS platform
3. Add native plugin: .dylib .xcframework .framework, .m ... file
4. Plugin importer CPU field should have Arm64 Simulator selection option
Actual results:
No Arm64 Simulator field available
Expected results:
Arm64 Simulator field available
#2 issue
Steps to reproduce:
1. Create new project
2. Switch to iOS/tvOS platform
3. Add native plugin: .dylib .xcframework .framework, .m ... file
3.1 set Arm64 architecture ( device )
4. Set Simulator SDK in Player settings
5. Build Xcode project
Actual results:
Arm64 Plugin for device is included
Expected results:
Plugin should not be added
Reproducible with versions:
Unity 6 Beta (6000.0.0b15, build #36011135)
after https://evergreen.ds.unity3d.com/unity/trunk/batch/be07e9a6-3e09-43e0-bab9-a62936ee2394
Not reproducible with versions:
any version before
Tested on (OS):
MacBookPro Sonoma 14.2, Unity 6 Beta 6000.0.0f1.5585
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Reflection Probe “Probe Scene Editing Mode:” text is barely visible
- [HDRP] Game view doesn’t refresh after changing Camera Background Type until mouse moves over it
- Some Shaders appear twice in Material Shader selection menu
- Editor freezes with a StackOverflowException when certain asset types are assigned to a managed component in a SubScene via AddComponentObject
- Text Script Importer Reference button links to a Missing Page when clicking the Reference Button in the Inspector
Add comment