Search Issue Tracker
Not Reproducible
Votes
0
Found in
2022.1.0b7
Issue ID
1403973
Regression
No
[Apple Silicon] UAAL example fails to build for Android with IL2CPP on M1 macOS devices
Steps to reproduce:
1. Get the UAAL example project from https://github.com/Unity-Technologies/uaal-example
2. Open the UnityProject
3. Change `Scripting Backend` to `IL2CPP`
4. Continue with the Android instructions to set up Unity as a Library for Android fully (https://github.com/Unity-Technologies/uaal-example/blob/master/docs/android.md)
5. Once everything is set up and Android Studio project is synced, try building the project
Expected result: Android Studio build succeeds and can be deployed to device.
Actual result: Android Studio build fails with the error: "Your project contains C++ files but it is not using a supported native build system."
Notes:
Doesn't reproduce on Intel macOS devices.
Exporting simple Gradle project and building it with Android Studio works just fine on M1 MacBook if it doesn't use UAAL integration.
Reproduced with: 2022.1.0b7, 2022.2.0a4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Warnings in the Bug Reporter window are cut off and not truncated when the Bug Reporter window is resized to its minimum size
- Color is incorrectly applied to objects when initialized with non-normalized parameters
- SerializationUtility.GetManagedReferencesWithMissingTypes() don't return null when “Prefab has missing SerializeReference Types“ warning banner is present
- Memory leak when VFX Graph is open and Camera has "Target Texture" enabled
- The Canvas component's warning box is missing an apostrophe when Additional Shader Channels is set to "Normal" and "Tangent" with Render Mode set to "Screen Space - Overlay"
Add comment