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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Add comment