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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.