Unity WebGL 2022 Release-Notes

🌈WebGL 2022 Release-Notes

版本更新内容
2022.3.16WebGL: Fixed a bug that causes a parsing error due to misplaced regex.(UUM-21896)
2022.3.15WebGL: Fixed a bug that caused for input to not be released when focus was removed from canvas on Windows Chrome.(UUM-53519)
2022.3.14WebGL: Fixed the bug that caused for an error to be thrown when passing a large string using SendMessage(…).(UUM-49331)
2022.3.13WebGL: Added separate build settings options for Master builds with LTO. This lets developers get faster Release builds (if iterating in Release mode is for some reason needed and iterating on Development builds cannot be used), and enables sidestepping any issues stemming from LLVM LTO optimizer.(UUM-43755)
2022.3.11WebGL: Fixed rendering issues on Apple M1 GPUs when Depth Priming is enabled for URP.(UUM-40225)
2022.3.11WebGL: Move compression tests out of weekly suite, and add missing test cases.(UUM-36761)
2022.3.10WebGL: Fixed Build & Run for WebGL platform to establish needed COOP, COEP and CORP headers for web browsers to enable SharedArrayBuffer multithreading.(UUM-33017)
2022.3.8WebGL: Fixed a bug where the application’s background image wouldn’t appear while loading if compression was enabled.(UUM-8692)
2022.3.6WebGL: Fixed an issue with multithreaded WebGL builds trapping on a function signature exception when switching between scenes.(UUM-33233)
2022.3.5WebGL: Moved BrowserifyJSTool to the WebGL area since its only used by the WebGL build.(UUM-34020)
2022.3.4WebGL: Fixed an issue where C++ function names would not be properly generated in the output symbols.json file.(UUM-28034)
2022.3.3WebGL: - Fixed webCamTexture.DidUpdateThisFrame not getting correctly updated.(UUM-29274)
2022.3.2WebGL: Fixed a missing backslash in WebGL system info user agent regex that triggered a JS linter.(UUM-34348)
2022.3.2WebGL: Fixed WebGL build when “Name Files As Hashes” is enabled.(UUM-36100)
2022.3.1WebGL: Fixed a regression since Unity 2022.1.0f1 where calling unityInstance.Quit() in JavaScript code would not properly let the web page contents be reclaimed by the GC.(UUM-31710)
2022.2.20WebGL: Web: Fixed missing bitfieldExtract() function error in URP Lit shader in WebGL builds.(UUM-34043)
2022.2.19WebGL: Loading bar in PWA WebGL template is centered.(UUM-27941)
2022.2.13WebGL: Fixed FMOD console errors when a scene is reloaded.(UUM-19241)
2022.2.13WebGL: Fixed playback of mp3 audio files loaded via UnityWebRequest on Safari.(UUM-25389)
2022.2.4WebGL: Fixed Unity integration test PowerPreferenceTests.cs failing to build.(UUM-15704)
2022.2.3WebGL: Fixed a bug where Firefox would hang at 90% while loading.(UUM-1155)
2022.2.3WebGL: Fixed error handling of AudioContext.resume().(UUM-17803)
2022.2.3WebGL: Improved WebAssembly build options to avoid long link times. Added a new Release build option that is focused on faster build speeds, but note that Development builds are the fastest for iteration.(UUM-15615)
2022.2.0WebGL: Added fallback configuration for company name, product name and product version to ensure the web cache is always enabled.(UUM-3944)
2022.2.0WebGL: Added streaming download of response body in UnityWebRequest.(UUM-1149)
2022.2.0WebGL: Fixed a bug where losing focus on the player would cause buttons to become stuck.(UUM-3230)
2022.2.0WebGL: Fixed a bug where pressing the CMD key on Safari would cause buttons to become stuck.(UUM-12013)
2022.2.0WebGL: Fixed audio keeps playing when scene is unloaded.(1383561)
2022.2.0WebGL: Fixed bug where the rendering canvas wasn’t resizing when changing orientation.(UUM-1135)
2022.2.0WebGL: Fixed connection between the WebGL player and the profiler.(UUM-798)
2022.2.0WebGL: Fixed extra space between mobile soft keyboard and input field.(1409313)
2022.2.0WebGL: Fixed playback of audio clips on timeline.(UUM-6801)
2022.2.0WebGL: Fixed stopping of compressed audio clips.(1384382)
2022.2.0WebGL: Improved shader compilation performance problems on MacOS when you use GPU instancing.(1415766)
2022.2.0WebGL: Made RGB9E5 selectable as a target texture format for the WebGL texture importer settings.(1424639)
2022.2.0WebGL: Made RGBAHalf selectable as a target texture format for the WebGL texture importer settings.(1422823)
2022.2.0WebGL: Made WebGL ignore BuildOptions.AllowDebugging so it can build when the option is used.
2022.2.0WebGL: Optimized deferred rendering for WebGL.(1400439)
2022.2.0WebGL: Fixed download of Addressables.(UUM-18873)First seen in 2022.2.0b15.
2022.1.24WebGL: Fixed download of Addressables.(UUM-18873)
2022.1.23WebGL: Added fallback configuration for company name, product name and product version to ensure the web cache is always enabled. (UUM-3944)
2022.1.23WebGL: Added streaming download of response body in UnityWebRequest. (UUM-1149)
2022.1.23WebGL: Added warning that WebGL builds with the Linux Editor require glibc 2.27 or later (i.e. Ubuntu 18+). (UUM-1156)
2022.1.23WebGL: Use glGetBufferSubData in AsyncGPUReadback Request for WebGL builds. (UUM-7112)
2022.1.22WebGL: Fixed brotli compressed webgl builds on Mac/Linux editors. (UUM-1145)
2022.1.20WebGL: Fixed 3D audio effects. (UUM-1165)
2022.1.20WebGL: Fixed changing AudioSource.time while audio source is paused. (UUM-1157)
2022.1.20WebGL: Fixed division by zero error when calling AudioSource.time. (UUM-2302)
2022.1.20WebGL: Fixed immediate playback of scheduled audio source if AudioSource.time is changed. (UUM-1147)
2022.1.20WebGL: Fixed playback of audio clips on timeline. (UUM-6801)
2022.1.19WebGL: Fixed a bug where losing focus on the player would cause buttons to become stuck. (UUM-3230)
2022.1.19WebGL: Fixed a bug where pressing the CMD key on Safari would cause buttons to become stuck. (UUM-12013)
2022.1.19WebGL: Fixed a bug where WebGL would run in low power mode in some browsers. (UUM-7962)
2022.1.17WebGL: Fixed bug where the old input system wasn’t recognizing stationary touch input. (UUM-1137)
2022.1.16WebGL: Fixed bug where the cursor would transition back to the system cursor rather than the Unity default cursor. (UUM-1158)
2022.1.14WebGL: Fixed a bug where the soft keyboard would leave whitespace at the bottom of the page after being dismissed. (UUM-1159)
2022.1.13WebGL: Fixed bug where the rendering canvas wasn’t resizing when changing orientation. (UUM-1135)
2022.1.12WebGL: Fixed connection between the WebGL player and the profiler. (UUM-798)
2022.1.12WebGL: Fixed player connection used when running PlayMode tests on WebGL. (UUM-1170)
2022.1.6WebGL: Updated UnityWebRequest.url after request redirects. (1360290)
2022.1.4WebGL: Fixed bug where some control keys were being incorrectly interpreted as text. (1417650)
2022.1.2WebGL: Fixed WebGL build in the Linux editor to include default resources. (1411380)
2022.1.1WebGL: Fixed AudioClip.GetData(). (1369656)
2022.1.1WebGL: Fixed automatic playback of compressed audio. (1395655)
2022.1.0WebGL: Added a WebGL template for Progressive Web Apps.
2022.1.0WebGL: Added mobile keyboard support for WebGL to enter text in UI input fields.
2022.1.0WebGL: Added texture compression format setting to WebGL’s player settings.
2022.1.0WebGL: Added UI options for control WASM memory heap size and growth.
2022.1.0WebGL: Improved caching of data files and asset bundles.
2022.1.0WebGL: Removed mobile browser warning from builds.
2022.1.0WebGL: Enabled Play Mode tests for WebGL platform.
2022.1.0WebGL: Deprecated: For WebGL builds, the WebGL 1 API is no longer included in the Auto Graphics API option (the default). If you need to build for both WebGL 1 and WebGL 2, uncheck the Auto Graphics API and manually add WebGL 1 to the Graphics APIs list.
2022.1.0WebGL: Added workarounds for various Safari Web Audio bugs playing back compressed and looping audio clips. Fixed a regression in Unity audio backend that could cause an incorrect audio volume to be set for < 1 second duration at audio playback start time. (1360344)
2022.1.0WebGL: Fixed clearing of user template variables when template is switched. (1328657)
2022.1.0WebGL: Fixed errors rendering URP scenes with WebGL. (1385451)
2022.1.0WebGL: Fixed for URP being washed out when Size Code Optimization is used in the Build Settings. (1309878)
2022.1.0WebGL: Fixed insecure connection error when using "Build and Run’. (1378580)
2022.1.0WebGL: Fixed iOS touch events crashing UI Toolkit. (1365436)
2022.1.0WebGL: Removed 255 character limit for audio file urls. (1327368)
2022.1.0WebGL: WebGL Input System interactions are delayed or played preemptively when the project is built (1405517)
  • 23
    点赞
  • 9
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

牙膏上的小苏打2333

哟,哟,切克闹,煎饼果子来一套

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值