自动化收集Unity版本更新日志
自动化收集Unity版本更新日志
- 🍥功能介绍
- 🥪食用手册
- 填写配置
- 开始搜集
- 🍨数据展示
🍥功能介绍
💡获取指定年份中所有的Unity版本更新日志。
💡根据指定字符串过滤。
💡.收集后自动保存成markdown表格。
💡支持多个程序同时搜集
🥪食用手册
💡解压自动搜集程序👈
💡运行GetUnityWhatUpdate.exe
填写配置
💡 获取Unity版本号的URL:默认是当年上一年的所有版本,
💡你也可以自己查,打开Unity下载页面
💡切换选项后可以看到地址更新了,就把更新的地址复制过来即可:
💡搜索内容就填想要搜的关键字,默认是搜索WebGL:
开始搜集
💡Search: 点击按钮后就会自动搜索
💡结束后以表格的形式保存到markdown文件中(output_xxx.md
),并自动打开保存位置
🍨数据展示
版本 | 更新内容 |
---|---|
2023.2.17 | WebGL: Fixed an issue that prevented multithreaded builds from working if user repeatedly upgraded and then downgraded their project.(UUM-33218) |
2023.2.17 | WebGL: Fixed issue using WebcamTexture.GetPixel(s) functions would return blank textures using the WebGL graphics API.(UUM-46144) |
2023.2.17 | WebGL: Improved IndexedDB filesystem performance by avoiding redundant filesystem persistence operations.(UUM-65276) |
2023.2.17 | WebGL: Remove “The PlayerLoop has been called recursively.” error message spam.(UUM-55075) |
2023.2.14 | WebGL: 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.13 | WebGL: Update AudioClip.frequency to return the effective WebAudio AudioBuffer sampleRate value.(UUM-47637) |
2023.2.12 | WebGL: Fix for Render Texture depth buffers sometimes not being cleared properly(UUM-57343) |
2023.2.7 | WebGL: Fixed a bug causing audio to skip forward when using AudioClip.Pause() and AudioClip.Resume().(UUM-54675) |
2023.2.7 | WebGL: Improved texture memory usage for Text Mesh Pro font textures on WebGL2 by enabling support for Alpha8 texture format.(UUM-59366) |
2023.2.5 | WebGL: Fixed an issue that causes a parsing error due to misplaced regex.(UUM-21896) |
2023.2.2 | WebGL: Fixed a bug that caused for input to not be released when focus was removed from canvas on Windows Chrome.(UUM-53519) |
2023.2.2 | WebGL: Fixed an error when sending long strings with gameInstance.SendMessage.(UUM-49331) |
2023.2.0 | WebGL: 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.0 | WebGL: Updated WebGL platform to version Emscripten 3.1.38-unity. |
2023.2.0 | WebGL: Updated WebGL platform version to Emscripten 3.1.38-unity. |
2023.2.0 | WebGL: Centered the loading bar in PWA WebGL template.(UUM-27941) |
2023.2.0 | WebGL: 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.0 | WebGL: Fixed an issue that prevented background images from loading when compression was enabled for Web platform applications.(UUM-8692) |
2023.2.0 | WebGL: Fixed an issue where an incorrect regex in the WebGL system info user agent caused a linter to run.(UUM-34348) |
2023.2.0 | WebGL: Fixed an issue where C++ function names would not be properly generated in the output symbols.json file.(UUM-28034) |
2023.2.0 | WebGL: Fixed an issue where webCamTexture.DidUpdateThisFrame did not update correctly.(UUM-29274) |
2023.2.0 | WebGL: Fixed an issue with multithreaded WebGL builds trapping on a function signature exception when switching between scenes. |
2023.2.0 | WebGL: 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.0 | WebGL: Fixed the FMOD console errors when a scene is reloaded.(UUM-19241) |
2023.2.0 | WebGL: Fixed the playback of MP3 audio files loaded via UnityWebRequest on Safari.(UUM-25389) |
2023.2.0 | WebGL: Fixed the rendering issue on Apple M1 GPUs with Depth Priming is enabled for URP.(UUM-40225) |
2023.1.19 | WebGL: 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.17 | WebGL: Fixed rendering issues on Apple M1 GPUs when Depth Priming is enabled for URP.(UUM-40225) |
2023.1.14 | WebGL: 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.13 | WebGL: Fixed an issue with multithreaded WebGL builds trapping on a function signature exception when switching between scenes.(UUM-33233) |
2023.1.12 | WebGL: Resolve an issue making the WebGL player attempt to retry editor connections on unsupported network ports.(UUM-44239) |
2023.1.10 | WebGL: Fixed a bug where the application’s background image wouldn’t appear while loading if compression was enabled.(UUM-8692) |
2023.1.8 | WebGL: Moved BrowserifyJSTool to the WebGL area since its only used by the WebGL build.(UUM-34020) |
2023.1.7 | WebGL: Fixed an issue where C++ function names would not be properly generated in the output symbols.json file.(UUM-28034) |
2023.1.1 | WebGL: - Fixed webCamTexture.DidUpdateThisFrame not getting correctly updated(UUM-29274) |
2023.1.0 | WebGL: Fixed a missing backslash in WebGL system info user agent regex that triggered a JS linter.(UUM-34348) |
2023.1.0 | WebGL: Fixed WebGL build when “Name Files As Hashes” is enabled.(UUM-36100) |
2023.1.0 | WebGL: Improved the build system so that failing builds will no longer emit an unusable index.html to the build output directory. |
2023.1.0 | WebGL: Added streaming download of response body in UnityWebRequest.(UUM-1149) |
2023.1.0 | WebGL: Fixed a bug where losing focus on the player would cause buttons to become stuck.(UUM-3230) |
2023.1.0 | WebGL: Fixed a bug where pressing the CMD key on Safari would cause buttons to become stuck.(UUM-12013) |
2023.1.0 | WebGL: Fixed a bug where the soft keyboard had incorrect formatting leading to excess whitespace.(UUM-1161) |
2023.1.0 | WebGL: Fixed a missing backslash in WebGL system info user agent regex that triggered a JS linter.(UUM-34348) |
2023.1.0 | WebGL: 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.0 | WebGL: Fixed an issue where a startup error might not be programmatically available in a Promise rejection returned by createUnityInstance() function. |
2023.1.0 | WebGL: Fixed an issue where a startup error might not be programmatically available in a Promise rejection returned by createUnityInstance() function. |
2023.1.0 | WebGL: Fixed an issue where the soft keyboard would leave whitespace at the bottom of the page after being dismissed.(UUM-1159) |
2023.1.0 | WebGL: Fixed bug where the rendering canvas wasn’t resizing when changing orientation.(UUM-1135) |
2023.1.0 | WebGL: Fixed connection issue between the WebGL player and the profiler.(UUM-798) |
2023.1.0 | WebGL: Fixed FMOD console errors when a scene is reloaded.(UUM-19241) |
2023.1.0 | WebGL: Fixed missing bitfieldExtract() function error in URP Lit shader in WebGL builds.(UUM-34043) |
2023.1.0 | WebGL: Fixed playback of mp3 audio files loaded via UnityWebRequest on Safari.(UUM-25389) |
2023.1.0 | WebGL: Fixed the loading bar in PWA WebGL template and it is centered.(UUM-27941) |
2023.1.0 | WebGL: Fixed the WebGL shader preprocessor to handle WebGL shaders that were failing.(UUM-732) |
2023.1.0 | WebGL: Fixed WebGL build when “Name Files As Hashes” is enabled.(UUM-36100) |
2023.1.0 | WebGL: 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) |
相关文章:
自动化收集Unity版本更新日志
自动化收集Unity版本更新日志 🍥功能介绍🥪食用手册填写配置开始搜集 🍨数据展示 🍥功能介绍 💡获取指定年份中所有的Unity版本更新日志。 💡根据指定字符串过滤。 💡.收集后自动保存成markdow…...
【CSS】CSS水平居中方案
CSS水平居中方案 1. 行内元素水平居中 设置父元素的text-align:center .box {width: 300px;height: 300px;margin: 100px auto;text-align: center;background-color: pink; }2. 块级元素水平居中 当块级元素设置了明确的宽度数值时,可以使用margin: 0 auto 3.…...
SQL注入sqli_labs靶场第二题
解题思路与第一题相同 ?id1 and 11 和?id1 and 12进行测试如果11页面显示正常和原页面一样,并且12页面报错或者页面部分数据显示不正常,那么可以确定此处为数字型注入。 联合查询: 猜解列名数量:3 ?id1 order by 4 判断回显…...
基于机器学习的人脸发型推荐算法研究与应用实现
1.摘要 本文主要研究内容是开发一种发型推荐系统,旨在识别用户的面部形状,并根据此形状推荐最适合的发型。首先,收集具有各种面部形状的用户照片,并标记它们的脸型,如长形、圆形、椭圆形、心形或方形。接着构建一个面部…...
【服务器部署篇】Linux下Nginx的安装和配置
作者介绍:本人笔名姑苏老陈,从事JAVA开发工作十多年了,带过刚毕业的实习生,也带过技术团队。最近有个朋友的表弟,马上要大学毕业了,想从事JAVA开发工作,但不知道从何处入手。于是,产…...
React搭建一个文章后台管理系统
1、项目准备 本篇文章讲解的是一个简单的文章后台管理系统,系统的功能很简单,如下:登录、退出;首页;内容(文章)管理:文章列表、发布文章、修改文章。 1)React官方脚手架:create-rea…...
Elasticsearch 支持的插件 —— 筑梦之路
Analysis 插件: 1、IK Analyzer:适用于中文分词的插件,提供了针对中文文本的分析器。 2、Smart Chinese Analysis:另一个中文分词插件,支持中文智能分词。 集群管理插件: 1、Kibana:Elasticsear…...
HTML:链接
目录 一、超链接 二、 外联元素 一、<a>超链接 <a> 标签用于定义超链接,超链接可以让用户从一个网页跳转到另一个网页。 常用属性: href指定链接的目标地址。download表示链接是一个下载链接,指定下载的文件名。target 指定在…...
vscode远程连接centos
文章目录 vacode连接linux1. 安装插件2. 查看配置3. 打开ssh4. 远程连接 vacode连接linux 1. 安装插件 在扩展栏搜索remote ,找到Remote Development插件,进行安装: 2. 查看配置 打开自己的linux终端,输入ifconfig,…...
scala---面向对象(类,对象,继承,抽象类,特质)
一、类(class)和 对象(object) 1、类 类就是对客观的一类事物的抽象。用一个class关键字来描述和Java一样,在这个类中可以拥有这一类事物的属性,行为等等。 2、为什么要有对象 在java中的一个class既可…...
【机器学习300问】68、随机初始化神经网络权重的好处?
一、固定的初始化神经网络权重可能带来的问题 在训练神经网络的时候,初始化权重如果全部设置为0或某个过大值/过小值。会导致一些问题: 对称权重问题:全为0的初始化权重会导致神经网络在前向传播时接收到的信号输入相同。每个神经网络节点中…...
数据结构与算法——20.B-树
这篇文章我们来讲解一下数据结构中非常重要的B-树。 目录 1.B树的相关介绍 1.1、B树的介绍 1.2、B树的特点 2.B树的节点类 3.小结 1.B树的相关介绍 1.1、B树的介绍 在介绍B树之前,我们回顾一下我们学的树。 首先是二叉树,这个不用多说ÿ…...
Tomcat源码解析——Tomcat的启动流程
一、启动脚本 当我们在服务启动Tomcat时,都是通过执行startup.sh脚本启动。 在Tomcat的启动脚本startup.sh中,最终会去执行catalina.sh脚本,传递的参数是start。 在catalina.sh脚本中,前面是环境判断和初始化参数,最终…...
蓝桥杯真题演练:2023B组c/c++
日期统计 小蓝现在有一个长度为 100 的数组,数组中的每个元素的值都在 0 到 9 的范围之内。 数组中的元素从左至右如下所示: 5 6 8 6 9 1 6 1 2 4 9 1 9 8 2 3 6 4 7 7 5 9 5 0 3 8 7 5 8 1 5 8 6 1 8 3 0 3 7 9 2 7 0 5 8 8 5 7 0 9 9 1 9 4 4 6 8 6 3 …...
微信小程序实现预约生成二维码
业务需求:点击预约按钮即可生成二维码凭码入校参观~ 一.创建页面 如下是博主自己写的wxml: <swiper indicator-dots indicator-color"white" indicator-active-color"blue" autoplay interval"2000" circular > &…...
专业140+总分410+北京理工大学826信号处理导论考研经验北理工电子信息通信工程,真题,参考书,大纲。
今年考研专业课826信号处理导论(信号系统和数字信号处理)140,总分410,顺利上岸!回看去年将近一年的复习,还是记忆犹新,有不少经历想和大家分享,有得有失,希望可以对大家复…...
做一个后台项目的架构
后台架构的11个维度 架构1:团队协助基础工具链的选型和培训架构2:搭建微服务开发基础设施架构3:选择合适的RPC框架架构4:选择和搭建高可用的注册中心架构5:选择和搭建高可用的配置中心架构6:选择和搭建高性…...
嵌入式单片机 TTL电平、232电平、485电平的区别和联系
一、简介 TTL、232和485是常见的串口通信标准,它们在电平和通信方式上有所不同, ①一般情况下TTL电平应用于单片机外设,属于MCU/CPU等片外外设; ②232/485电平应用于产品整体对外的接口,一般是片外TTL串口转232/485…...
2024年大唐杯备考
努力更新中…… 第一章 网络架构和组网部署 1.1 5G的网络整体架构 5G网络中的中传、回传、前传(这里属于承载网的概念) CU和DU之间是中传 BBU和5GC之间是回传 BBU和AAU之间是前传(这个好记) 这里竟然还藏了MEC(…...
Spring Boot(06):Spring Boot与MySQL搭配,打造极简高效的数据管理系统
1. 前言 Spring Boot 是一个基于Spring框架的快速开发框架,可以使开发者快速搭建一个可靠的Java Web应用程序。而MySQL是最广泛使用的关系型数据库系统之一,也是Spring Boot整合数据库的首选。本文将介绍Spring Boot如何整合MySQL数据库。 2. 摘要 本文…...
Vue3 + Vite 构建组件库发布到 npm
你有构建完组件库后,因为不知道如何发布到 npm 的烦恼吗?本教程手把手教你用 Vite 构建组件库发布到 npm 搭建项目 这里我们使用 Vite 初始化项目,执行命令: pnpm create vite my-vue-app --template vue这里以我的项目 vue3-xm…...
Vite多环境配置与打包:灵活高效的Vue开发工作流
🌟 前言 欢迎来到我的技术小宇宙!🌌 这里不仅是我记录技术点滴的后花园,也是我分享学习心得和项目经验的乐园。📚 无论你是技术小白还是资深大牛,这里总有一些内容能触动你的好奇心。🔍 &#x…...
从零实现诗词GPT大模型:数据集介绍和预处理
专栏规划: https://qibin.blog.csdn.net/article/details/137728228 本章将介绍该系列文章中使用的数据集,并且编写预处理代码,处理成咱们需要的格式。 一、数据集介绍 咱们使用的数据集名称是chinese-poetry,是一个在github上开源的中文诗…...
45.HarmonyOS鸿蒙系统 App(ArkUI)创建列表(List)
列表是一种复杂的容器,当列表项达到一定数量,内容超过屏幕大小时,可以自动提供滚动功能。它适合用于呈现同类数据类型或数据类型集,例如图片和文本。在列表中显示数据集合是许多应用程序中的常见要求(如通讯录、音乐列…...
推荐算法之协同过滤
算法原理 透过百科,我们了解到协同过滤推荐(Collaborative Filtering recommendation)是在信息过滤和信息系统中正迅速成为一项很受欢迎的技术。与传统的基于内容过滤直接分析内容进行推荐不同,协同过滤算法结合用户行为分析用户…...
Kotlin 面试题
lifecycleScope.launchWhenResumed launchWhenResumed是一个扩展函数,它是LifecycleCoroutineScope的一部分,并且它是在Android的Lifecycle库中引入的。 这个函数的主要目的是在Lifecycle的对应组件(通常是Activity或Fragment)处于“resumed”状态时启动协程。 public fun …...
TCM(Tightly Coupled Memory)紧密耦合存储器简介
在ARM Cortex处理器中,TCM通常指的是紧密耦合存储器(Tightly Coupled Memory)。TCM是一种位于处理器核心旁边的高速存储器,它的设计目的是为了提供低延迟和高带宽的内存访问性能。 TCM的特点是它与处理器内核紧密耦合,…...
《自动机理论、语言和计算导论》阅读笔记:p172-p224
《自动机理论、语言和计算导论》学习第 8 天,p172-p224总结,总计 53 页。 一、技术总结 1.Context-Free Grammar(CFG) 2.parse tree (1)定义 p183,But perhaps more importantly, the tree, known as a “parse tree”, when used in a …...
typescript playwright 笔记
录制调式 命令 npx playwright codegen url npx playwright codegen https://www.baidu.com/typescript 中 format 和 split 的使用 import * as util from util;const str1 hellow %s; const format util.format; const str2 format(str1, word);// 提取taskId const str3…...
从零实现诗词GPT大模型:了解Transformer架构
专栏规划: https://qibin.blog.csdn.net/article/details/137728228 这篇文档我们开始对GPT的核心组件Transformer进行一个详细的讲解, 加急编写中…...
wordpress通杀注入/app拉新怎么做
被包含的a.jsp文件; a.jsp文件的page指令要么不要写。要么与主jsp文件的page指令一样。转载于:https://www.cnblogs.com/zhaoleigege/p/5622816.html...
顺德专业网站制作/搜索引擎优化的简称
学习总结 (1)学习张贺大佬的题解,使用的模型主要是CNN LSTM Attention,主要学习的是数据处理的完整流程,以及模型构建的完整流程。虽然还没有使用 Bert 等方案,但是理解了这个整个流程之后,如…...
wordpress后台编辑主题时提示:抱歉_该文件无法被编辑/百度指数的功能
好吧主页的又改版了这下终于容易区分大陆与国际版的区别了。2014年12月12日起改版。 主页再次沦落为找不到东西的后果,其实很少进入这个主页,一般也直接使用http://manage.windowsazure.cn/ 直接进入Azure的门户(国际版是https://manage.wind…...
网站编程语言排行榜/推广产品的方法和步骤
假期通常是一年中的某个时候,我们拿贺卡来使我们心爱的人开心。礼物通常附有圣诞节或新年贺卡,人们通过这些卡片表达他们的诚挚愿望,并希望使礼物更加个性化和特别。但是,贺卡可以全年发送:用于生日,婚礼&a…...
亚马逊是b2b电子商务网站吗/企业网站营销实现方式
处理文本数据通常涉及查找和替换子字符串。有几个查找文本并返回不同信息的函数:一些函数确认文本存在,而其他函数计算出现次数、查找起始索引或提取子字符串。这些函数适用于字符向量和字符串标量,例如"yes",以及字符和字符串数组,例如 [ "yes", &qu…...
手机销售网站怎么做/百度网站排名规则
Composer 前言 最近看了php之道,作为一个现代phper,开发的时候跟的上潮流,而不是因循守旧,停留在模板解析语言阶段,扯远了…最近内部在搭建一个订单数据中心项目,总的需求就是同步商城跟管易上面的订单数…...