Search Issue Tracker
Fixed in 2021.3.28f1
Fixed in 2021.3.X, 2022.3.X, 2023.1.X, 2023.2.X, 2023.2.0a20
Votes
0
Found in
2021.3.18f1
2022.2.6f1
2023.1.0b3
2023.2.0a1
Issue ID
UUM-28034
Regression
Yes
Incorrect functions in the ".symbols.json" file when building for WebGL
Reproduction steps:
1. Open a new Unity Project
2. Switch to WebGL platform build
3. Change “Player Settings\Settings for WebGL\Publishing Settings\Debug Symbols” to External
4. Build the project
5. Find “.symbols.json” file inside the build folder and open it
Expected result: There are no “void JSONWrite” or “JSONRead” functions in the file
Actual result: There are “void JSONWrite” or “JSONRead” functions in the file
Reproducible with: 2021.2.11f1, 2021.3.18f1, 2022.2.6f1, 2023.1.0b3, 2023.2.0a1
Not reproducible with: 2020.3.45f1, 2021.2.0a21
Couldn’t test with versions from 2021.2.0b1 to 2021.2.10f1 (due to compiler errors upon building the project)
Reproducible on: macOS Catalina 10.15.7 (Intel)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment