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)

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

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

相关文章

一个基于单片机内存管理-开源模块

概述 此模块是一位大佬写的应用于单片机内存管理模块mem_malloc,这个mem_malloc的使用不会产生内存碎片,可以高效利用单片机ram空间。 源码仓库:GitHub - chenqy2018/mem_malloc mem_malloc介绍 一般单片机的内存都比较小,而且没有MMU,malloc 与free的使用容易造成内存碎…

27、滑动窗口

滑动窗口 题目描述 给定一个大小为 n ≤ 1 0 6 n≤10^6 n≤106 的数组。 有一个大小为k的滑动窗口&#xff0c;它从数组的最左边移动到最右边。 您只能在窗口中看到k个数字。 每次滑动窗口向右移动一个位置。 以下是一个例子&#xff1a; 该数组为[1 3 -1 -3 5 3 6 7]…

《由浅入深学习SAP财务》:第2章 总账模块 - 2.7 总账模块报表 -2.7.2 对外报表:现金流量表

2.7.2 对外报表&#xff1a;现金流量表 现金流量表包括直接法和间接法。使用SAP出具现金流量表&#xff0c;一般只能出具直接法报表。间接法是指按照净利润倒推出现金流量的发生额&#xff0c;由于其中存在人为“分析”的因素&#xff0c;很难直接通过科目的加加减减得出所需要…

神经网络模型底层原理与实现10-softmax的实现

import torch from IPython import display from d2l import torch as d2l batch_size256 #定义训练和验证数据集 train_iter,test_iterd2l.load_data_fashion_mnist(batch_size) #参数初始化,把输入图片看成长度784的向量&#xff0c;这个数据集有十个类别&#xff0c;输出为1…

小蚕爬树问题

小蚕爬树问题 问题描述&#xff1a; 编写一个函数 int day(int k,int m,int n),其功能是&#xff1a;返回小蚕需要多少天才能爬到树顶&#xff08;树高 k 厘米&#xff0c;小蚕每天白天向上爬 m 厘米&#xff0c;每天晚上下滑 n 厘米&#xff0c;爬到树顶后不再下滑&#xff0…

(六)C++自制植物大战僵尸游戏关卡数据讲解

植物大战僵尸游戏开发教程专栏地址http://t.csdnimg.cn/xjvbb 游戏关卡数据文件定义了游戏中每一个关卡的数据&#xff0c;包括游戏类型、关卡通关奖励的金币数量、僵尸出现的波数、每一波出现僵尸数量、每一波僵尸出现的类型等。根据不同的游戏类型&#xff0c;定义了不同的通…

kafka ----修改log4j、jmx、jvm参数等

1、修改log4j 日志路径 在kafka-run-class.sh文件中修改如下配置&#xff0c;将 LOG_DIR变量指定为自己想要存储的路径 # Log directory to use if [ "x$LOG_DIR" "x" ]; thenLOG_DIR"$base_dir/logs" fi2、修改jmx参数 在kafka-run-class.s…

C++11 数据结构3 线性表的循环链式存储,实现,测试

上一节课&#xff0c;我们学了线性表 单向存储结构&#xff08;也就是单链表&#xff09;&#xff0c;这个是企业常用的技术&#xff0c;且是后面各种的基本&#xff0c;一定要牢牢掌握&#xff0c;如果没有掌握&#xff0c;下面的课程会云里雾里。 一 &#xff0c;循环链表 1…

stm32报错问题集锦

PS&#xff1a;本文负责记录本人日常遇到的报错问题&#xff0c;以及问题描述、原因以及解决办法等&#xff0c;解决办法百分百亲测有效。本篇会不定期更新&#xff0c;更新频率就看遇到的问题多不多了 更换工程芯片型号 问题描述 例程最开始用的芯片型号是STM32F103VE&#…

c++11 标准模板(STL)本地化库 - 平面类别(std::codecvt) - 在字符编码间转换,包括 UTF-8、UTF-16、UTF-32 (四)

本地化库 本地环境设施包含字符分类和字符串校对、数值、货币及日期/时间格式化和分析&#xff0c;以及消息取得的国际化支持。本地环境设置控制流 I/O 、正则表达式库和 C 标准库的其他组件的行为。 平面类别 在字符编码间转换&#xff0c;包括 UTF-8、UTF-16、UTF-32 std::…

C++设计模式探讨(1)-工厂模式

设计模式是架构设计之术&#xff0c;但不是道。是技巧和方法论&#xff0c;但不是核心思想。设计模式是世界规律的提取&#xff0c;但无法体现具体的形式。所以&#xff0c;设计模式是一个尴尬的存在&#xff0c;它有一定的价值&#xff0c;但却又十分有限。架构设计者需要做的…

IOS 短信拦截插件

在使⽤iOS设备的时候, 我们经常会收到1069、1065开头的垃圾短信, 如果开了iMessage会更严重, 各种乱七⼋糟的垃圾信息会时不时地收到。 从iOS11开始, ⼿机可以⽀持恶短信拦截插件了. 我们可以通过该插件添加⼀些规则通过滤这些不需要的信息. ⼀. 使⽤xcode新建⼀个项⽬ 【1】…

浦大喜奔APP8.0智能升级,发力数字金融深化五大金融篇章服务

1. 浦大喜奔立足科技赋能持续迭代升级&#xff0c;筑牢用户体验护城河 浦发信用卡中心坚持数字科技与客户体验双轮驱动&#xff0c;以科技赋能发展&#xff0c;优化整体系统性能&#xff0c;全方位支撑浦大喜奔 APP提高线上客户服务能力与体验&#xff0c;积极服务民生消费&a…

pyqt和opencv结合01:读取图像、显示

在这里插入图片描述 1 、opencv读取图像用于pyqt显示 # image cv2.imread(file_path)image cv2.cvtColor(image, cv2.COLOR_BGR2RGB)# 将图像转换为 Qt 可接受的格式height, width, channel image.shapebytes_per_line 3 * widthq_image QImage(image.data, width, hei…

Tomcat源码解析——Tomcat的启动流程

一、启动脚本 当我们在服务启动Tomcat时&#xff0c;都是通过执行startup.sh脚本启动。 在Tomcat的启动脚本startup.sh中&#xff0c;最终会去执行catalina.sh脚本&#xff0c;传递的参数是start。 在catalina.sh脚本中&#xff0c;前面是环境判断和初始化参数&#xff0c;最终…

MES生产管理系统:私有云、公有云与本地化部署的比较分析

随着信息技术的迅猛发展&#xff0c;云计算作为一种新兴的技术服务模式&#xff0c;已经深入渗透到企业的日常运营中。在众多部署方式中&#xff0c;私有云、公有云和本地化部署是三种最为常见的选择。它们各自具有独特的特点和适用场景&#xff0c;并在不同程度上影响着企业的…

kafka---broker相关配置

一、Broker 相关配置 1、一般配置 broker.id 当前kafka服务的sid(server id)&#xff0c;在kafka集群中&#xff0c;该值是唯一的&#xff08;unique&#xff09;&#xff0c;如果未设置此值&#xff0c;kafka会自动生成一个int值&#xff1b;为了防止自动生成的值与用户设置…

.net框架和c#程序设计第三次测试

目录 一、测试要求 二、实现效果 三、实现代码 一、测试要求 二、实现效果 数据库中的内容&#xff1a; 使用数据库中的账号登录&#xff1a; 若不是数据库中的内容&#xff1a; 三、实现代码 login.aspx文件&#xff1a; <% Page Language"C#" AutoEventW…

MybatisX的使用

MyBatisX 是一个基于 IntelliJ IDEA 平台的 MyBatis 开发插件&#xff0c;它提供了一系列的功能来简化 MyBatis 开发过程&#xff0c;包括 SQL 代码自动补全、SQL 语句格式化、Mapper 接口和 XML 配置的跳转等。让我为你详细介绍一下 MyBatisX 插件的使用方法&#xff1a; 1. …

8:系统开发基础--8.5:系统设计、8.6:系统测试 、8.7:软件维护 、8.8:软件质量保证、8.9:软件文档

转上一节&#xff1a; http://t.csdnimg.cn/X0GjWhttp://t.csdnimg.cn/X0GjW 8.5&#xff1a;系统设计 考点1&#xff1a;系统设计概述 1&#xff1a;软件设计的任务与活动 体系结构设计&#xff1a;定义软件系统各主要部件之间的关系。 数据设计&#xff1a;基于E-R图确定…