Search Issue Tracker
By Design
Votes
0
Found in
2020.3
2020.3.21f1
2021.2
2022.1
2022.2
Issue ID
1386854
Regression
No
DLL targeted for CPU Intel64 is missing when running build target Intel64 + Apple Silicon on Intel64 machine
How to reproduce:
1. Use an Intel-based mac
2. Open the attached project from "Empty Test.zip"
3. Check that asset "Assets>Oculus>LipSync>Plugins>MacOSX>"OVR Lip Sync"" in Inspector "Intel 64-bit" is selected under "CPU"
4. Build and Run the project for "Intel 64-bit + Apple silicon"
Expected result: Building for "Intel 64-bit + Apple silicon" and "Intel 64-bit" does not produce an error in the build
Actual result: Building for "Intel 64-bit + Apple silicon" produces an error in build ("DLLNotFoundException"), but works with "Intel 64-bit" build
Reproducible with: 2020.3.30f1, 2021.2.13f1, 2022.1.0b9, 2022.2.0a5
Couldn't test with: 2019.4.32f1 (Only Mac OS X x64 Platform Settings selectable in the bundle, meaning no other option to compare to)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "NullReferenceException: Object reference not set to an instance of an object" error is thrown when attempting to remove a binding in the UIBuilder for a UxmlObjectReference
- Missing script error when clicking “script” link in Cave scene’s Water Sample Description
- [VFX Graph] Set Position Shape Gizmo isn't refreshed after shaper switch
- NullReferenceException is thrown when trying to access volumeStack from the HDCamera class
- Visual artifacts appear when using an Orthographic camera with a Reflection Probe
Resolution Note (2022.2.X):
Apps built for "Intel 64-bit + Apple silicon" should run well on both architectures. If a plugin is available for only one of these architectures, then it won't work on both, so it will be excluded.
If the plugin needs to be included anyway, then it can be marked as compatible with any CPU in the Inspector. Although, that should be a conscious and very deliberate decision.