自动化收集Unity版本更新日志

自动化收集Unity版本更新日志

  • 🍥功能介绍
  • 🥪食用手册
    • 填写配置
    • 开始搜集
  • 🍨数据展示

🍥功能介绍

💡获取指定年份中所有的Unity版本更新日志。
💡根据指定字符串过滤。
💡.收集后自动保存成markdown表格。
💡支持多个程序同时搜集

🥪食用手册

💡解压自动搜集程序👈
💡运行GetUnityWhatUpdate.exe

填写配置

💡 获取Unity版本号的URL:默认是当年上一年的所有版本,
💡你也可以自己查,打开Unity下载页面
在这里插入图片描述
💡切换选项后可以看到地址更新了,就把更新的地址复制过来即可:
在这里插入图片描述
💡搜索内容就填想要搜的关键字,默认是搜索WebGL:

开始搜集

💡Search: 点击按钮后就会自动搜索
请添加图片描述
💡结束后以表格的形式保存到markdown文件中(output_xxx.md),并自动打开保存位置
在这里插入图片描述

在这里插入图片描述
在这里插入图片描述

🍨数据展示

版本更新内容
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.19WebGL: 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)
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.hqwc.cn/news/619020.html

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

相关文章

第17天:信息打点-语言框架开发组件FastJsonShiroLog4jSpringBoot等

第十七天 本课意义 1.CMS识别到后期漏洞利用和代码审计 2.开发框架识别到后期漏洞利用和代码审计 3.开发组件识别到后期漏洞利用和代码审计 一、CMS指纹识别-不出网程序识别 1.概念 CMS指纹识别一般能识别到的都是以PHP语言开发的网页为主,其他语言开发的网页识…

IntelliJ IDEA 2022.3.2 解决decompiled.class file bytecode version:52.0(java 8)

1 背景 使用idea 打开一个Kotlin语言编写的demo项目,该项目使用gradle构建。其gradle文件如下: plugins {id javaid org.jetbrains.kotlin.jvm version 1.8.20 } group me.administrator version 1.0-SNAPSHOTrepositories {mavenCentral()jcenter()…

【数据分析】AHP层次分析法

博主总结:根据每个方案x各准则因素权重累加结果 对比来选择目标。数据主观性强 简介 AHP层次分析法是一种解决多目标复杂问题的定性和定量相结合进行计算决策权重的研究方法。该方法将定量分析与定性分析结合起来,用决策者的经验判断各衡量目标之间能…

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

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

cdn加速与ssl加速

cdn CDN的全称是Content Delivery Network,即内容分发网络。其基本思路是尽可能避开互联网上有可能影响数据传输速度和稳定性的瓶颈和环节,使内容传输的更快、更稳定。 简单的来说,就是把原服务器上数据复制到其他服务器上,用户访…

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

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

事务隔离级别的无锁实现方式 -- MVCC

MVCC的全称是Multiversion Concurrency Control(多版本并发控制器)&#xff0c;是一种事务隔离级别的无锁的实现方式&#xff0c;用于提高事务的并发性能&#xff0c;即事务隔离级别的一种底层实现方式。 在了解MVCC之前&#xff0c;我们先来回顾一些简单的知识点&#xff1a;…

python botos s3 aws

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html AWS是亚马逊的云服务&#xff0c;其提供了非常丰富的套件&#xff0c;以及支持多种语言的SDK/API。本文针对其S3云储存服务的Python SDK&#xff08;boto3&#xff09;的使用进行介绍。 …

使用阿里云试用Elasticsearch学习:Search Labs Tutorials 搭建一个flask搜索应用

文档&#xff1a;https://www.elastic.co/search-labs/tutorials/search-tutorial https://github.com/elastic/elasticsearch-labs/tree/main/example-apps/search-tutorial Full-Text Search

考试酷基本功修炼课学习历程_FPGA成长篇

本文为明德扬原创文章&#xff0c;转载请注明出处&#xff01;作者&#xff1a;明德扬学员&#xff1a;考试酷账号&#xff1a;11167760 我是硬件工程师&#xff0c;日常工作中主要跟数字电路、模拟电路、嵌入式系统打交道&#xff0c;当然也会涉及到FPGA&#xff0c;但是苦于…

Spring Cloud 集成 RabbitMQ

目录 前言步骤引入相关maven依赖添加相关配置 使用方法配置消息序列化创建第一个消息队列和交换机使用方法 总结 前言 在当今的微服务架构盛行的时代&#xff0c;消息队列作为一种重要的通信机制&#xff0c;在分布式系统中扮演着不可或缺的角色。RabbitMQ&#xff0c;作为一款…

CleanMyMac一键释放Mac潜力的智能助手

在数字化时代&#xff0c;我们的Mac电脑承载着日益增多的数据和文件&#xff0c;使得系统性能逐渐下降&#xff0c;运行缓慢。为了解决这个问题&#xff0c;我们需要一款能够深度清理、优化Mac性能的软件。CleanMyMac&#xff0c;作为Mac系统清理领域的佼佼者&#xff0c;凭借其…