Search Issue Tracker
Fixed in 2022.1.X
Fixed in 2021.2.X
Votes
1
Found in
2021.2
Issue ID
1337939
Regression
Yes
The new incremental builder fails to build projects with jslib or C++ plugins
If a package has a jslib or c++ plugin, Unity fails when building for WebGL.
The jslib path points to Package/* instead of Library/Package@version/*.
1. Create a new project.
2. Open Package Manger, add Analytics Library package.
3. Switch to WebGL in the Build Settings.
4. Build, and it will fail during the build process.
C++ plugins fail because the cpp file is copied to the Library folder, but headers are not, and this causes the headers to not be found during compilation.
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
- Mouse inputs cannot be inputted when searching the Shortcuts Menu by type "Shortcut"
- "Debug Assertion Failed!" error when launching Windows Dedicated Server Player with Script Debugging enabled
- [Cinematic Studio][3D HDRP] Shader warnings thrown in the Console window when creating a new project with Cinematic Studio template
- Autoplay is triggered on Audio Assets when changing Asset Bundle tags
- Inspector Asset Bundle section has no indication for Variants, AssetBundle is written without a space, and Variant dropdown menu is available without setting the Asset Bundle first
pajamajama
May 26, 2022 20:56
Still happening in 2021.3
oukaichimon
Oct 26, 2021 19:28
Please Fix this bug.