UUM-67705
Fixed in 2021.3.39f1Mentioned in 1 Unity 2021 LTS release note.
First fixed in 2021.3.39f1 (May 28, 2024).
| Version | Section | Risk | Impact | Note |
|---|---|---|---|---|
| 2021.3.39f1 | Fixes WebGL | Fix | Refactored code to have a more robust replacement operation when assembling the framework js file. To achieve this the String.Replace operation was set back to a Regex.Replace. To account for special characters and regex that may be present in the user jspre code (see UUM-21896), the final parameter uses a anonymous delegate function to treat the replacement string as a string literal so that it is not processed in any way. |