From 79e0cf85f963b1c2173f2cb69b9ef11fbdcb0e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=86=A0=E5=B3=B0?= Date: Wed, 19 Feb 2025 19:10:36 +0800 Subject: [PATCH] Update CHANGELOG.md --- Assets/YooAsset/CHANGELOG.md | 43 ++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/Assets/YooAsset/CHANGELOG.md b/Assets/YooAsset/CHANGELOG.md index 85a1700a..260d6564 100644 --- a/Assets/YooAsset/CHANGELOG.md +++ b/Assets/YooAsset/CHANGELOG.md @@ -2,6 +2,49 @@ All notable changes to this package will be documented in this file. +## [2.3.0-preview] - 2025-02-19 + +### Improvements + +资源收集窗口列表元素支持手动上下拖拽排序! + +资源扫描窗口列表元素支持手动上下拖拽排序! + +### Added + +- 新增了UIElements扩展类ReorderableListView + +- 新增初始化方法 + + ```csharp + public class YooAssets + { + /// + /// 设置异步系统参数,快速启动模式的开关 + /// 注意:该模式默认开启 + /// + public static void SetOperationSystemQuickStartMode(bool state) + } + ``` + +- 新增打包构建参数 + + ```csharp + public class BuildParameters + { + /// + /// 旧版依赖模式 + /// 说明:兼容YooAssets1.5.x版本 + /// + public bool LegacyDependency = false; + } + ``` + +### Fixed + +- (#472) 修复了Unity6平台,TableView视图无法显示问题。 +- 修复了微信小游戏和抖音小游戏未正确使用插件的卸载方法。 + ## [2.2.12] - 2025-02-14 ### Improvements