Unity WebGL 2023 Release-Notes

🌈WebGL 2023 Release-Notes

版本更新内容
2023.2.17WebGL: Fixed an issue that prevented multithreaded builds from working if user repeatedly upgraded and then downgraded their project.(UUM-33218)
2023.2.17WebGL: Fixed issue using WebcamTexture.GetPixel(s) functions would return blank textures using the WebGL graphics API.(UUM-46144)
2023.2.17WebGL: Improved IndexedDB filesystem performance by avoiding redundant filesystem persistence operations.(UUM-65276)
2023.2.17WebGL: Remove “The PlayerLoop has been called recursively.” error message spam.(UUM-55075)
2023.2.14WebGL: Fixed Orientation Lock code to not crash when run on iOS Safari’s new partially complete implementation of screen.orientation API.(UUM-49634)
2023.2.13WebGL: Update AudioClip.frequency to return the effective WebAudio AudioBuffer sampleRate value.(UUM-47637)
2023.2.12WebGL: Fix for Render Texture depth buffers sometimes not being cleared properly(UUM-57343)
2023.2.7WebGL: Fixed a bug causing audio to skip forward when using AudioClip.Pause() and AudioClip.Resume().(UUM-54675)
2023.2.7WebGL: Improved texture memory usage for Text Mesh Pro font textures on WebGL2 by enabling support for Alpha8 texture format.(UUM-59366)
2023.2.5WebGL: Fixed an issue that causes a parsing error due to misplaced regex.(UUM-21896)
2023.2.2WebGL: Fixed a bug that caused for input to not be released when focus was removed from canvas on Windows Chrome.(UUM-53519)
2023.2.2WebGL: Fixed an error when sending long strings with gameInstance.SendMessage.(UUM-49331)
2023.2.0WebGL: Added Player build options for WebAssembly language features: BigInt, WebAssembly.Table, and experimental native C/C++ multithreading. In addition to generating smaller code size, enabling both BigInt and WebAssembly.Table features improves the build times of Development builds.
2023.2.0WebGL: Updated WebGL platform to version Emscripten 3.1.38-unity.
2023.2.0WebGL: Updated WebGL platform version to Emscripten 3.1.38-unity.
2023.2.0WebGL: Centered the loading bar in PWA WebGL template.(UUM-27941)
2023.2.0WebGL: Fixed a regression introduced in Unity 2022.1.0f1. Calling the JavaScript function unityInstance.Quit() no longer causes the garbage collector to fail when reclaiming web page content.(UUM-31710)
2023.2.0WebGL: Fixed an issue that prevented background images from loading when compression was enabled for Web platform applications.(UUM-8692)
2023.2.0WebGL: Fixed an issue where an incorrect regex in the WebGL system info user agent caused a linter to run.(UUM-34348)
2023.2.0WebGL: Fixed an issue where C++ function names would not be properly generated in the output symbols.json file.(UUM-28034)
2023.2.0WebGL: Fixed an issue where webCamTexture.DidUpdateThisFrame did not update correctly.(UUM-29274)
2023.2.0WebGL: Fixed an issue with multithreaded WebGL builds trapping on a function signature exception when switching between scenes.
2023.2.0WebGL: Fixed Build and Run for WebGL to establish needed COOP, COEP, and CORP headers for web browsers to enable SharedArrayBuffer multithreading.(UUM-33017)
2023.2.0WebGL: Fixed the FMOD console errors when a scene is reloaded.(UUM-19241)
2023.2.0WebGL: Fixed the playback of MP3 audio files loaded via UnityWebRequest on Safari.(UUM-25389)
2023.2.0WebGL: Fixed the rendering issue on Apple M1 GPUs with Depth Priming is enabled for URP.(UUM-40225)
2023.1.17WebGL: Fixed rendering issues on Apple M1 GPUs when Depth Priming is enabled for URP.(UUM-40225)
2023.1.14WebGL: Fixed Build & Run for WebGL platform to establish needed COOP, COEP and CORP headers for web browsers to enable SharedArrayBuffer multithreading.(UUM-33017)
2023.1.13WebGL: Fixed an issue with multithreaded WebGL builds trapping on a function signature exception when switching between scenes.(UUM-33233)
2023.1.12WebGL: Resolve an issue making the WebGL player attempt to retry editor connections on unsupported network ports.(UUM-44239)
2023.1.10WebGL: Fixed a bug where the application’s background image wouldn’t appear while loading if compression was enabled.(UUM-8692)
2023.1.8WebGL: Moved BrowserifyJSTool to the WebGL area since its only used by the WebGL build.(UUM-34020)
2023.1.7WebGL: Fixed an issue where C++ function names would not be properly generated in the output symbols.json file.(UUM-28034)
2023.1.1WebGL: - Fixed webCamTexture.DidUpdateThisFrame not getting correctly updated(UUM-29274)
2023.1.0WebGL: Fixed a missing backslash in WebGL system info user agent regex that triggered a JS linter.(UUM-34348)
2023.1.0WebGL: Fixed WebGL build when “Name Files As Hashes” is enabled.(UUM-36100)
2023.1.0WebGL: Improved the build system so that failing builds will no longer emit an unusable index.html to the build output directory.
2023.1.0WebGL: Added streaming download of response body in UnityWebRequest.(UUM-1149)
2023.1.0WebGL: Fixed a bug where losing focus on the player would cause buttons to become stuck.(UUM-3230)
2023.1.0WebGL: Fixed a bug where pressing the CMD key on Safari would cause buttons to become stuck.(UUM-12013)
2023.1.0WebGL: Fixed a bug where the soft keyboard had incorrect formatting leading to excess whitespace.(UUM-1161)
2023.1.0WebGL: Fixed a missing backslash in WebGL system info user agent regex that triggered a JS linter.(UUM-34348)
2023.1.0WebGL: 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)
2023.1.0WebGL: Fixed an issue where a startup error might not be programmatically available in a Promise rejection returned by createUnityInstance() function.
2023.1.0WebGL: Fixed an issue where a startup error might not be programmatically available in a Promise rejection returned by createUnityInstance() function.
2023.1.0WebGL: Fixed an issue where the soft keyboard would leave whitespace at the bottom of the page after being dismissed.(UUM-1159)
2023.1.0WebGL: Fixed bug where the rendering canvas wasn’t resizing when changing orientation.(UUM-1135)
2023.1.0WebGL: Fixed connection issue between the WebGL player and the profiler.(UUM-798)
2023.1.0WebGL: Fixed FMOD console errors when a scene is reloaded.(UUM-19241)
2023.1.0WebGL: Fixed missing bitfieldExtract() function error in URP Lit shader in WebGL builds.(UUM-34043)
2023.1.0WebGL: Fixed playback of mp3 audio files loaded via UnityWebRequest on Safari.(UUM-25389)
2023.1.0WebGL: Fixed the loading bar in PWA WebGL template and it is centered.(UUM-27941)
2023.1.0WebGL: Fixed the WebGL shader preprocessor to handle WebGL shaders that were failing.(UUM-732)
2023.1.0WebGL: Fixed WebGL build when “Name Files As Hashes” is enabled.(UUM-36100)
2023.1.0WebGL: 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)

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

如若内容造成侵权/违法违规/事实不符,请联系我们进行投诉反馈qq邮箱809451989@qq.com,一经查实,立即删除!

相关文章

工作流JBPM操作API启动实例查询任务

文章目录 8.5 启动实例8.5.1 按照key启动(不加参数)8.5.2 按照key启动(加入参数)8.5.3 启动流程实例的说明 8.6 查询任务8.6.1 查询所有未办理任务8.6.2 查询个人未办理任务8.6.3 查询个人的待办组任务 8.5 启动实例 8.5.1 按照key启动(不加参数) Test // 启动 -- 简单的启…

2024华中杯B题完整思路代码论文解析

2024华中杯B题思路论文汇总 https://www.yuque.com/u42168770/qv6z0d/xpkf6ax8udqq9lt2?singleDoc# 本文针对电子地图服务商利用车辆轨迹数据估计城市路口信号灯周期的问题,提出了一系列数学模型和算法。通过分析车辆行驶轨迹与信号灯的关联性,在不同的约束条件下,实现了对路…

谷歌量化白皮书—PTQ原理

本篇笔记摘抄的原文链接 量化方法 量化粒度 量化模拟 激活层的量化 量化硬件原理 量化范围的设置方法 基于BN的激活层量化范围设置 普通卷积 VS 深度可分离卷积 跨层均衡化 ReLU6比ReLU有什么优势 吸收高偏差、偏差校正、自适应取整 标准PTQ流程 量化模型精度的诊断和性能…

综合大实验

题目: 1、R4为ISP,其上只配置IP地址;R4与其他所直连设备间均使用公有IP; 2、R3-R5、R6、R7为MGRE环境,R3为中心站点; 3、整个OSPF环境IP基于172.16.0.0/16划分;除了R12有两个环回,其…

LeetCode in Python 1338. Reduce Array Size to The Half (数组大小减半)

数组大小减半思路简单,主要是熟悉python中collections.Counter的用法,采用贪心策略即可。 示例: 图1 数组大小减半输入输出示例 代码: class Solution:def minSetSize(self, arr):count Counter(arr)n, ans 0, 0for i, valu…

【ESP32 手机配网教程】

【ESP32 手机配网教程】 1. 前言2. 先决条件2.1 环境配置2.2 所需零件3.3 硬件连接步骤 3. Web热点手动配网3.1. 准备工作3.2. 编译上传程序3.3. 进行手动配网 4. BLE无线配网4.1. 准备工作**4.2. 编译上传程序4.3. 使用手机APP进行无线配网 5. 总结 1. 前言 欢迎使用ESP32进行…

JVM虚拟机(十一)CPU飙高的排查方案与思路

目录 一、排查方案与思路二、总结 一、排查方案与思路 1.一般我们查看 CPU 的使用情况,可以使用 TOP 命令: top执行结果如下所示,这里就可以按照 CPU 使用率进行排序。 2.通过 top 命令查看后,可以查看是哪一个 Java 进程占用 C…

JS中的变量和数据类型及用户输入详解

源码 variate.html<!DOCTYPE html> <html lang"en"> <head><meta charset"UTF-8"><meta name"viewport" content"widthdevice-width, initial-scale1.0"><title>Document</title> </he…

详细分析Mysql常用函数(附Demo)

目录 前言1. 聚合函数2. 字符串函数3. 日期函数4. 条件函数5. 数值函数6. 类型转换函数 前言 由于实战中经常运用&#xff0c;索性来一个总结文 创建一个名为 employees 的表&#xff0c;包含以下字段&#xff1a; employee_id&#xff1a;员工ID&#xff0c;整数类型 first…

Redis几种常见的应用方式

1.登录认证 redis最常见的应用就是&#xff0c;登录认证把。再首次登录返回给前端token&#xff0c;把用户名和登录状态缓存到redis一段时间&#xff0c;每次其他请求进来过滤器那这token解析出来的用户名或其他关键的key值&#xff0c;再redis里面查询缓存&#xff0c;有则直…

驱动云创建保存自己的环境

驱动云创建保存自己的环境 制作镜像方法一方法二报错 上一篇link介绍了如何在驱动云上部署llama2以及驱动云在训练大模型的方便之处。也说到了可以直接使用驱动云现有的环境&#xff0c;免得自己配置环境。 但是有的时候免不了自己想要安装一些包。 驱动云的环境是这样的&…

华为手机p70即将上市,国内手机市场或迎来新局面?

4月15日&#xff0c;华为官宣手机品牌全新升级&#xff0c;p系列品牌升级为Pura。华为P70系列手机预计将于2024年第一季度末发布&#xff0c;而网友也纷纷表示期待p70在拍照、性能上的全新突破。 网友们对华为P70系列的热情高涨&#xff0c;也印证了国内高端手机市场的潜力巨大…

遥感图像分割 | 基于一种类似UNet的Transformer算法实现遥感城市场景图像的语义分割_适用于卫星图像+航空图像+无人机图像

项目应用场景 面向遥感城市场景图像语义分割场景&#xff0c;项目采用类似 UNet 的 Transformer 深度学习算法来实现&#xff0c;项目适用于卫星图像、航空图像、无人机图像等。 项目效果 项目细节 > 具体参见项目 README.md (1) 安装依赖 conda create -n airs python3.8…

【2024 SCI一区】 基于DCS-BiLSTM-Attention的多元回归预测(Matlab实现)

【2024 SCI一区】 基于DCS-BiLSTM-Attention的多元回归预测&#xff08;Matlab实现&#xff09; 目录 【2024 SCI一区】 基于DCS-BiLSTM-Attention的多元回归预测&#xff08;Matlab实现&#xff09;效果一览基本介绍程序设计参考资料 效果一览 基本介绍 差异创意搜索算法&…

Flask 解决指定端口无法生效问题

问题重现 手动指定的IP端口是app.run(host0.0.0.0, port9304)&#xff0c;但是启动的地址显示的却是http://127.0.0.1:5000。 if __name__ __main__:app.run(host0.0.0.0, port9304)启动地址如下&#xff1a; 解决方案 PyCharm会自动识别出来flask项目&#xff08;即使你…

24位AD分辨率、256Ksps*16通道国产数据采集卡、uV级采集、支持IEPE

24位AD分辨率、256Ksps*16通道、uV级采集、USB数据传输、支持IEPE、C、LABVIEW、MATLAB、Python等多编程语言&#xff0c;提供例程&#xff0c;支持二次开发。 XM7016-以太网采集卡 XM7016是一款以太网型高速数据采集卡&#xff0c;具有16通道真差分输入&#xff0c;24位分辨率…

互联网技术底蕴探究 | 联网通信原理精析与网络协议通信机制

联网通信原理精析与网络协议入门导览 前提介绍网络网络结构与节点网络应用Sun公司的Jini技术 网络设备网卡&#xff08;Netword Card&#xff09;以太网卡 路由器&#xff08;Router&#xff09;处理数据模式安全控制访问 集线器&#xff08;Hub&#xff09;网关&#xff08;Ga…

CSS的语法规则——基础选择器

元素&#xff1a; 用法&#xff1a; 标签名&#xff1a;{style的内容} 特点&#xff1a; 全局性&#xff0c;使用后&#xff0c;所有的相同标签都是同一种样式。 举例&#xff1a; <!DOCTYPE html> <html lang"en"><head><meta charset"UT…

【Linux冯诺依曼体系结构】

目录 1.冯诺依曼体系结构原理 1.冯诺依曼体系结构 我们常见的计算机&#xff0c;如笔记本。我们不常见的计算机&#xff0c;如服务器&#xff0c;大部分都遵守冯诺依曼体系。 截至目前&#xff0c;我们所认识的计算机&#xff0c;都是有一个个的硬件组件组成 输入单元&#…

【个人博客搭建】(9)使用日志

net自带日志与Serilog。 1、比较。net 8 webapi使用自带的日志功能与Serilog日志的异同&#xff0c;性能上有多少差距 在.NET 8 WebAPI中&#xff0c;使用自带的日志功能与使用Serilog日志框架存在一些异同。性能上的差距取决于具体的使用场景和配置&#xff0c;但通常Serilog…
最新文章