Search Issue Tracker
By Design
Unknown (hidden) 2020.3.X, 2021.3.X, 2022.1.X, 2022.2.X, 2023.1.X
Votes
0
Found in
2020.3.39f1
2021.3.11f1
2022.1.18f1
2022.2.0b9
2023.1.0a11
Issue ID
UUM-16962
Regression
No
Build fails when building with a linked static library in the project
How to reproduce:
1. Open the attached user project
2. Build And Run (File > Build And Run)
Expected result: Build is built
Actual result: Errors in the Console
Reproducible with: 2020.3.39f1, 2021.3.11f1, 2022.1.18f1, 2022.2.0b9, 2023.1.0a11
Reproduced on: Windows 10 (19044.1889)
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
- Unity crashes during the scene template selection in the "Inspector" tab
- [Android] [iOS] [UnityWebRequest] Requests with "UnityWebRequest" are open for SSL Proxying
- SetWindowsHookEx does not prevent Windows key input when Editor or Player Window is focused and Active Input Handling is set to “Input System Package (New)” or “Both”
- Crash on GetEffectiveBc7TextureCompressor() when loading and unloading all Assets in the Project
- Terrain Masks do not ignore the mipmap limit
Resolution Note:
Unity does not support the use of native static libraries on desktop platforms (Windows, macOS, and Linux). Note that you can use dynamic libraries though, see https://docs.unity3d.com/Manual/PluginsForDesktop.html for more details.