Search Issue Tracker
Fixed
Fixed in 6000.3.0b2, 6000.4.0a1
Votes
0
Found in
6000.3.0b2
6000.4.0a1
Issue ID
UUM-115822
Regression
Yes
Static libraries cause web build to fail
Steps to reproduce:
- Open the attached project and build for web
Actual results:
Build fails
Expected results:
Build succeeds and the library is linked into the build.
Reproducible with versions: 6.3
Not reproducible with versions: 6.2
Can’t test with versions:
Tested on (OS): Windows
Notes:
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
- “FocusController has unprocessed focus events.” warnings are thrown after adding iOS, tvOS or visionOS Build Profiles
- Holes and different colors appear on default Tree Materials after applying them to the Tree GameObject and undoing changes
- Error indicating that the Text Asset Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
- Documentation installation shows "Install failed: Validation Failed" when installing Android Build Support module
- Error indicating that the Package Manifest Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
Resolution Note (fix version 6000.4.0a1):
Set plugin.architecture for web builds so that static libraries don't cause web builds to fail.
Resolution Note (fix version 6000.3.0b2):
Fix web build issue when static libraries are included in the project.