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
- Crash on CollectAllSceneManagerAndObjectIDs when opening a specific Scene
- GPU device suspended error when replaying a video in the Video Player with NVIDIA Vertical Sync set to Fast
- GPU device suspended error when replaying a video in the Video Player with NVIDIA Vertical Sync set to Fast
- SetComponentEnabled uses class instead of struct when constraining Enableable Component type
- [iOS] Application.deepLinkActivated does not get invoked while app is running when UIApplicationSceneManifest is added in Info.plist
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.