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
- Sprite texture is null when read from a SpriteAtlas in an Addressables bundle
- Scrolling in the Tile Palette Brush Pick overlay breaks when a lot of Brushes are saved and the List View is enabled
- OnPreprocessAsset is not triggered when AssetPostprocessor version is changed and script recompiles
- Terrain Component and Overlay Text Rendering is broken when using Bitmap Text Rendering Mode
- “No Overlays” Overlay overlaps with the Tile Palette toolbar when docked on the left
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.