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.
Comments (3)
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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
stroibot
Oct 09, 2023 12:57
2021.3.23f1 reproduces
pajamajama
May 26, 2022 20:56
Still happening in 2021.3
oukaichimon
Oct 26, 2021 19:28
Please Fix this bug.