Search Issue Tracker
By Design
By Design in 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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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.
Resolution Note (2023.1.X):
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.