Unity WebGL 2021 Release-Notes

🌈WebGL 2021 Release-Notes

版本更新内容
2021.3.33WebGL: Fixed a bug that caused for input to not be released when focus was removed from canvas on Windows Chrome.(UUM-53519)
2021.3.33WebGL: Fixed the bug that caused for an error to be thrown when passing a large string using SendMessage(…).(UUM-49331)
2021.3.30WebGL: Fixed a bug where the application’s background image wouldn’t appear while loading if compression was enabled.(UUM-8692)
2021.3.29WebGL: Moved BrowserifyJSTool to the WebGL area since its only used by the WebGL build.(UUM-34020)
2021.3.28WebGL: Fixed a missing backslash in WebGL system info user agent regex that triggered a JS linter.(UUM-34348)
2021.3.28WebGL: Fixed an issue where C++ function names would not be properly generated in the output symbols.json file.(UUM-28034)
2021.3.22WebGL: Fixed FMOD console errors when a scene is reloaded.(UUM-19241)
2021.3.22WebGL: Fixed playback of mp3 audio files loaded via UnityWebRequest on Safari(UUM-25389)
2021.3.18WebGL: Fixed Unity integration test PowerPreferenceTests.cs failing to build.(UUM-15704)
2021.3.17WebGL: Fixed a bug where Firefox would hang at 90% while loading.(UUM-1155)
2021.3.17WebGL: Fixed error handling of AudioContext.resume().(UUM-17803)
2021.3.15WebGL: Added streaming download of response body in UnityWebRequest.(UUM-1149)
2021.3.14WebGL: Added warning that WebGL builds with the Linux Editor require glibc 2.27 or later (i.e. Ubuntu 18+). (UUM-1156)
2021.3.14WebGL: Use glGetBufferSubData in AsyncGPUReadback Request for WebGL builds. (UUM-7112)
2021.3.13WebGL: Added fallback configuration for company name, product name and product version to ensure the web cache is always enabled. (UUM-3944)
2021.3.13WebGL: Fixed a bug where WebGL would run in low power mode in some browsers. (UUM-7962)
2021.3.13WebGL: Fixed brotli compressed webgl builds on Mac/Linux editors. (UUM-1145)
2021.3.13WebGL: Fixed bug where the cursor would transition back to the system cursor rather than the Unity default cursor. (UUM-1158)
2021.3.13WebGL: Fixed bug where the old input system wasn’t recognizing stationary touch input. (UUM-1137)
2021.3.12WebGL: Fixed a bug where losing focus on the player would cause buttons to become stuck. (UUM-3230)
2021.3.12WebGL: Fixed a bug where pressing the CMD key on Safari would cause buttons to become stuck. (UUM-12013)
2021.3.12WebGL: Fixed changing AudioSource.time while audio source is paused. (UUM-1157)
2021.3.12WebGL: Fixed division by zero error when calling AudioSource.time. (UUM-2302)
2021.3.12WebGL: Fixed immediate playback of scheduled audio source if AudioSource.time is changed. (UUM-1147)
2021.3.12WebGL: Fixed playback of audio clips on timeline. (UUM-6801)
2021.3.12WebGL: Improved shader compilation performance problems on MacOS when GPU instancing is used. (UUM-6390)
2021.3.11WebGL: This PR fixes a regression in 3D audio effects. The audio listener orientation was not set correctly. (UUM-1165)
2021.3.8WebGL: Fixed bug where the rendering canvas wasn’t resizing when changing orientation. (UUM-1135)
2021.3.8WebGL: Fixed connection between the WebGL player and the profiler. (UUM-798)
2021.3.8WebGL: Fixed player connection used when running PlayMode tests on WebGL. (UUM-1170)
2021.3.6WebGL: Fixed clearing of user template variables when template is switched. (1328657)
2021.3.6WebGL: Removed 255 character limit for audio file urls. (1327368)
2021.3.5WebGL: Fixed AudioClip.GetData(). (1369656)
2021.3.5WebGL: Fixed bug where some control keys were being incorrectly interpreted as text. (1417650)
2021.3.4WebGL: Fixed WebGL build in the Linux editor to include default resources. (1411380)
2021.3.2WebGL: WebGL Input System interactions are delayed or played preemptively when the project is built (1405517)
2021.3.1WebGL: WebGL Input System interactions are delayed or played preemptively when the project is built (1405517)
2021.3.0WebGL: WebGL Input System interactions are delayed or played preemptively when the project is built (1405517)
2021.2.19WebGL: Fixed an issue where there was guarding of “User-Agent” header in UnityWebRequest API. (1287962)
2021.2.19WebGL: Fixed an issue where UnityWebRequest redirectLimit for WebGL platform was not implemented. (1352501)
2021.2.19WebGL: Fixed an issue wherw request url after a redirect was not updated. (1360290)
2021.2.18WebGL: WebGL Input System interactions are delayed or played preemptively when the project is built (1405517)
2021.2.18WebGL: Fixed a crash when using AudiClip.priority and AudioSettings.Reset. (1385590)
2021.2.17WebGL: WebGL Input System interactions are delayed or played preemptively when the project is built (1405517)
2021.2.16WebGL: Fixed a playback of wrong audio clip issue. (1365565)
2021.2.15WebGL: Fixed a MSAA effect issue for WebGL. (1377547)
2021.2.15WebGL: Fixed an issue where building WebGL projects in folders that contain Unicode characters on Windows was not supported. (1355858)
2021.2.13WebGL: Fixed an issue where the escape of special characters in canvas html id was not added. (1369101)
2021.2.11WebGL: Fixed a MSAA effect issue for WebGL. (1377547)
2021.2.11WebGL: Fixed a template issue when quotation marks were used in company name or product name. (1370946)
2021.2.11WebGL: Fixed an issue that prevented PlayerSettings.WebGL.emscriptenArgs options from being passed to the build. (1368914)
2021.2.11WebGL: Fixed an issue with the creation of external debug symbols. (1378286)
2021.2.9WebGL: Fixed Unity Editor hang on editor shutdown after doing WebGL Build and Run on Windows. (1388413)
2021.2.5WebGL: Fixed a fullscreen mode issue on Safari. (1347304)
2021.2.5WebGL: Fixed AudioSource.loop property when using AudioSource.PlayScheduled() and AudioSource.PlayDelayed(). (1337312)
2021.2.4WebGL: 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. (1350204)
2021.2.3WebGL: Obsoleted the old Emscripten JS string marshalling function Pointer_stringify(). Instead, use the function UTF8ToString(). (1369748)
2021.2.3WebGL: Removed the assertion with touch events that assumes that browser would create new Touch event objects for each generated touch event. This does not hold at least for Firefox for Android. This fix takes into account that TouchEvent.changedTouches and TouchEvent.targetTouches are not subsets of the “full” TouchEvent.touches array in Firefox when updating the touch list. (1354245)
2021.2.2WebGL: Fixed a regression that prevented users from building .jspre plugins in Release mode. (1369085)
2021.2.2WebGL: Fixed crash on Oculus Browser when the EXT_multisampled_render_to_texture extension is enabled. (1370782)
2021.2.1WebGL: Fixed Firefox crashing on startup. (1360161)
2021.2.0WebGL: Added support for compressed audio in WebGL.
2021.2.0WebGL: Added the Debug Symbols player setting to create release builds with embedded function symbols for improved profiling and error stack traces.
2021.2.0WebGL: Added the texture subtarget build setting to WebGL.
2021.2.0WebGL: Enabled ETC/ETC2/ASTC/BC4/BC5/BC6/BC7 compressed texture formats for WebGL in editor, build and runtime.
2021.2.0WebGL: Added support for Screen Orientation Locking and Auto-Rotating for mobile browsers which supports the Screen Orientation API.
2021.2.0WebGL: Refactored unityInstance.Quit() in UnityLoader.js and call QuitCleanup from both unityInstance.Quit() and Application.Quit().
2021.2.0WebGL: Updated WebGL compiler to Emscripten 2.0.19 and removed support for the obsolete asm.js linker target.
2021.2.0WebGL: Eliminated the Python dependency from the Brotli compressor.
2021.1.28WebGL: Fixed a crash on Oculus Browser when the EXT_multisampled_render_to_texture extension was enabled. (1370782)
2021.1.21WebGL: Added workaround for Safari IndexedDB bug. (1342163)
2021.1.21WebGL: Set the mouse position to be in the middle of the canvas if the cursor is locked. (1347311)
2021.1.18WebGL: Fixed an error with prevViewport when full screen resized.
2021.1.18WebGL: Fixed an issue where gamepad stick Y being inverted. (1336005)
2021.1.17WebGL: Improved network bandwidth usage of VideoPlayer.Stop() API in WebGL builds by stopping the video stream from downloading further. (1348468)
2021.1.16WebGL: Fixed a playback of videos on iOS issue. (1288692)
2021.1.14WebGL: Fixed an issue where a there was no warning to High Quality Lightmap Encoding setting in WebGL Player Settings. (1290512)
2021.1.13WebGL: [iOS] Video is not playing (1288692)
2021.1.13WebGL: Fixed an issue where Enabling “Frame Timing Stats” option in the Standalone Player Settings breaks WebGL1. (1297871)
2021.1.12WebGL: [iOS] Video is not playing (1288692)
2021.1.11WebGL: [iOS] Video is not playing (1288692)
2021.1.10WebGL: Fixed an issue that WebGL page would not load if Data Caching (IndexedDB access) was enabled, and private browsing mode was active so that IndexedDB was not available. (1318980)
2021.1.7WebGL: Fixed the Chrome deprecation warning about the use of SharedArrayBuffer. (1323832)
2021.1.6WebGL: “SharedArrayBuffer will require cross-origin isolation as of M91” warning is thrown when launching Player on Chrome (1323832)
2021.1.5WebGL: “SharedArrayBuffer will require cross-origin isolation as of M91” warning is thrown when launching Player on Chrome (1323832)
2021.1.4WebGL: “SharedArrayBuffer will require cross-origin isolation as of M91” warning is thrown when launching Player on Chrome (1323832)
2021.1.3WebGL: “SharedArrayBuffer will require cross-origin isolation as of M91” warning is thrown when launching Player on Chrome (1323832)
2021.1.2WebGL: Added support for detecting Chrome and Firefox browsers on iOS devices. Fixes an issue that Chrome and Firefox browsers would fail to load on iOS 14.4. (1316861)
2021.1.2WebGL: Changed behavior of Application.OpenURL() for the WebGL platform to open an URL in a new browser tab instead of opening the URL in the current browser tab and thus navigating away. (1320393)
2021.1.0WebGL: Added support for QualitySettings.vsyncCount.
2021.1.0WebGL: Added support for smooth rendering of decimated frame rates for 60/k fps (30, 20, 15, 12, 10 and 5 fps).
2021.1.0WebGL: Added support for vsyncless rendering for development/profiling purposes. To enable this, set QualitySettings.vsyncCount = 0 and Application.targetFrameRate = 1000.
2021.1.0WebGL: Added more detailed information when a page load fails due to misconfiguration in server hosting settings. Note that Firefox does not currently support Brotli compression for local development (https://bugzilla.mozilla.org/show_bug.cgi?id=1670675). (1283658)
2021.1.0WebGL: Applied a workaround to Chrome specific Web Audio performance issue https://bugs.chromium.org/p/chromium/issues/detail?id=1133233. (1270768)
2021.1.0WebGL: Attempting to open a dynamic library will now throw a DllNotFoundException rather than aborting execution as a runtime error. (1227393)
2021.1.0WebGL: Consistently refer to WebGL APIs by names “WebGL 1” and “WebGL 2”. (1260548)
2021.1.0WebGL: Fixed a bug where keyboard up events would be missed if WebGLInput.captureAllKeyboardInput was set to false while a key was being held down. (1195047)
2021.1.0WebGL: Fixed a crash with Unity web loader on new macOS Big Sur.
2021.1.0WebGL: Fixed a GUI blit issue in WebGL builds with linear color space enabled, that caused washed out UI images on web browsers compared to other platforms. (1187401)
2021.1.0WebGL: Fixed a hang in Caching.ClearCache() when building against multithreaded WebGL. (1146530)
2021.1.0WebGL: Fixed an issue when a failing cross-domain revalidation request prevents a file from being downloaded. (1266091)
2021.1.0WebGL: Fixed default page template to properly scale the canvas size at startup on mobile. Removed by-default low DPI scaling on mobile pages (use a custom template .html to do half-res or quarter-res rendering if desired). (1274295)
2021.1.0WebGL: Fixed for TAB keys being ignored by UI input fields. (1281765)
2021.1.0WebGL: Fixed inverted y axis for game controllers with the Input System on WebGL. (1273623)
2021.1.0WebGL: Fixed issue with paused audio clicking in Firefox. (1238052)
2021.1.0WebGL: Fixed Keyboard.current and Mouse.current to be immediately available in MonoBehaviour.Start() functions, instead of returning null. (1239007)
2021.1.0WebGL: Fixed mouse wheel scrolling with the new input system on WebGL. (1264545)
2021.1.0WebGL: Fixed occasional large values with Input.GetAxis. (1208971)
2021.1.0WebGL: Fixed Preset incompatibilities in Player Settings. (1232138)
2021.1.0WebGL: Fixed Screen.orientation API to work on Android and iOS. On desktop browsers Screen.orientation is simulated by checking whether browser window width < height. (1283211)
2021.1.0WebGL: Fixed UnityWebRequest with relative URLs on WebGL platform when built with no exception support (Enable Exceptions = None). (1283652)
2021.1.0WebGL: Fixed video playback in Firefox to loop seamlessly. For more information, see https://bugzilla.mozilla.org/show_bug.cgi?id=1668591. (1267333)
2021.1.0WebGL: Overlay cameras will no longer cause full screen renders to be incorrect. (1184385)
2021.1.0WebGL: Reduced memory usage on dual Intel integrated + NVidia GPU Windows laptops when using URP in a large scene with many individual objects. (1225254)
2021.1.0WebGL: Removed support for Wasm arithmetic exceptions in preparation for updating to LLVM Wasm backend. (1286167)

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/817218.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

rv1103/buildroot系统中添加包如v4l2

v4l2: rv1103给出的包中已经有v4l,只需要在menuconfig中打开编译选项&#xff0c;步骤如下&#xff1a; 在luckfox的github网站中下载的源代码在~/linux/luckfox/luckfox-pico-main中目录结构如下&#xff1a; 打开编译选项 cd ./sysdrv/source/buildroot/buildroot-2023.02.…

一种驱动器的功能安全架构介绍

下图提供了驱动器实现安全功能的架构 具有如下特点&#xff1a; 1.通用基于总线或者非总线的架构。可以实现ethercat的FSOE&#xff0c;profinet的profisafe&#xff0c;或者伺服本体安全DIO现实安全功能。 2.基于1oo2D架构&#xff0c;安全等级可以达到sil3。 3.高可用性。单…

第十五篇【传奇开心果系列】Python自动化办公库技术点案例示例:深度解读Python 自动化处理图像在各行各业的应用场景

传奇开心果博文系列 系列博文目录Python自动化办公库技术点案例示例系列 博文目录前言一、行业应用场景介绍二、 **计算机视觉研究与开发示例代码**三、人工智能与机器学习示例代码四、医疗健康领域示例代码五、制造业与质量控制示例代码六、农业与环境科学示例代码七、电子商务…

ai智能机器人怎样获取评分等级话术分组

随着科技的进步&#xff0c;人工智能的理解能力和学习能力会不断加强&#xff0c;从而解放更多的人力&#xff0c;让他们去做更有意义的事情&#xff0c;那要创建一个 AI 电销机器人来获取评分等级并进行话术分组&#xff0c;可以按照以下步骤进行&#xff1a; 数据收集和准备&…

小米汽车值得去吗?最终拒了 offer。

车企选择 今天逛某职场 App 时&#xff0c;无意间看到一篇寻求 offer 抉择意见的帖子&#xff1a; 这位同学刚从加班闻名&#xff08;但 CEO 强调既学华为狼性&#xff0c;也学华为分配&#xff09;的理想汽车离职。 经过了 6 轮面试&#xff0c;收到了小米 offer&#xff0c;但…

【合合TextIn】智能文档处理系列—电子文档解析技术全格式解析

一、引言 在当今的数字化时代&#xff0c;电子文档已成为信息存储和交流的基石。从简单的文本文件到复杂的演示文档&#xff0c;各种格式的电子文档承载着丰富的知识与信息&#xff0c;支撑着教育、科研、商业和日常生活的各个方面。随着信息量的爆炸性增长&#xff0c;如何高…

网络网络层之(2)ARP协议

网络网络层之(2)ARP协议 Author&#xff1a;Once Day Date: 2024年4月1日 漫漫长路&#xff0c;有人对你笑过嘛… 全系列文档可参考专栏&#xff1a;通信网络技术_Once-Day的博客-CSDN博客。 参考文档: 《TCP/IP详解卷一》arp(8) - Linux manual page (man7.org)彻底搞懂系…

C语言中的数据结构--链表的应用2(3)

前言 上一节我们学习了链表的应用&#xff0c;那么这一节我们继续加深一下对链表的理解&#xff0c;我们继续通过Leetcode的经典题目来了解一下链表在实际应用中的功能&#xff0c;废话不多说&#xff0c;我们正式进入今天的学习 单链表相关经典算法OJ题4&#xff1a;合并两个…

pyppeteer和requests简单应用

pyppeteer和requests简单应用 本文章只是分享pyppeteer技术。有些反扒网站可以使用pyppeteer库&#xff0c;完整代码没有分享。 获取相关开发工具软件&#xff0c;可以关注公众号&#xff1a;爬虫探索者。 发送下面图片的关键字可以获取对应软件。sql指的是Navicat。 破解教程可…

Netty之ByteBuff

1、Jdk自带ByteBuffer 1.1、ByteBuffer简介 事实上&#xff0c;jdk自1.4版本&#xff0c;就已经提供了nio的ByteBuffer&#xff0c;用于在Java程序中操作原始数据。ByteBuffer可以用来读取和写入二进制数据&#xff0c;例如网络传输的数据、文件的内容等。 ByterBuffer的部分…

【大数据】Apache Knox 概述

Apache Knox 概述 1.概述1.1 Kerberos 封装1.2 简化客户端证书的管理1.3 Apache Ranger 集成1.4 Hadoop URLs VS Knox URLs 2.自定义 Apache Knox2.1 Topology2.2 Provider2.3 Services2.4 Personalized services 3.Tips3.1 Setting up SSL3.2 常见问题3.2.1 Bulky answer3.2.2…

财务软件行业背景-易舟云

财税是每个企业的基本基石之一。财务报告讲述了公司的故事——它的利润和亏损、收益和债务、税收支出以及可用于未来增长的资产。随着信息时代的飞速发展&#xff0c;财务信息化建设日益完善&#xff0c;大量基于计算机网络的应用系统已经逐步深入财务管理领域。传统的会计录入…

过冲、振铃、非单调性

1、过冲&#xff08;Overshoot&#xff09;和振铃&#xff08;Ringing&#xff09;是电路中常见的信号失真现象&#xff0c;主要出现在开关电源、数字信号传输、通信系统以及其他涉及快速开关动作的电子设备中。它们通常与电路的瞬态响应有关&#xff0c;尤其是当电路受到阶跃输…

【学习笔记十三】EWM常见上架策略介绍

一、手工维护上架策略 系统不确定Storage type 和 bin&#xff0c;需要在创建仓库任务时或者确认仓库任务时手工输入仓位 1.后台配置-定义存储类型的类型0010 ①存储行为&#xff1a;标准仓位 ②入库规则&#xff1a;空仓未或添加至现有库存/空仓位 ③通用仓库任务&#x…

postgresql 备份恢复相关知识点整理归纳 —— 筑梦之路

概述 PG一般有两种备份方式&#xff1a;逻辑备份和物理备份 逻辑备份对于数据量大的场景下耗时较长&#xff0c;恢复也会耗时较长 物理备份拷贝文件的方式相对来说耗时较短&#xff0c;跟磁盘读写性能和网络传输性能有关 逻辑备份 pg_dump pg_dump 将表结构及数据以SQL语句…

Docker in Docker (DinD): 深入探索与实际应用

引言 在软件开发的多样化环境中&#xff0c;Docker已成为一种重要的工具&#xff0c;用于实现应用的快速部署和可靠性。Docker in Docker&#xff08;DinD&#xff09;进一步推进了这一概念&#xff0c;使开发者能在一个Docker容器中运行另一个Docker实例。本文将详细探讨DinD…

微信小程序实现预约生成二维码

业务需求&#xff1a;点击预约按钮即可生成二维码凭码入校参观~ 一.创建页面 如下是博主自己写的wxml&#xff1a; <swiper indicator-dots indicator-color"white" indicator-active-color"blue" autoplay interval"2000" circular > &…

SpringBoot - Logback 打印第三方 Jar 日志解决方案

问题描述 最近碰到一个很苦恼的问题&#xff0c;就是第三方的 Jar 在自己项目里日志可以正常输出&#xff0c;但是一旦被引用到其他项目里&#xff0c;就日志死活打不出来…… 解决方案 这是原来的配置 - logback.xml <?xml version"1.0" encoding"UTF-8…

ARM 三个小灯闪烁

.text .global _start _start: 使能GPIOE的外设时钟 LDR R0,0x50000A28 指定基地址 LDR R1,[R0] 读取r0中的数据保存到r1中 ORR R1,R1,#(0X3<<4) [4]设置为1,表示 STR R1,[R0] 将修改之后的值放回去 设置PE10,PE8为输出 LDR R0,0X50006000…

LigaAI x 极狐GitLab,共探 AI 时代研发提效新范式

近日&#xff0c;LigaAI 和极狐GitLab 宣布合作&#xff0c;双方将一起探索 AI 时代的研发效能新范式&#xff0c;提供 AI 赋能的一站式研发效能解决方案&#xff0c;让 AI 成为中国程序员和企业发展的新质生产力。 软件研发是一个涉及人员多、流程多、系统多的复杂工程&#…