发布 package preview2 版本收口

This commit is contained in:
JSD\13999
2026-06-08 16:38:02 +08:00
parent d42c8f9d1d
commit b91fc5484a
7 changed files with 23 additions and 6 deletions

View File

@@ -23,7 +23,7 @@
],
"dependencies": {
"com.cysharp.r3": "https://github.com/Cysharp/R3.git?path=src/R3.Unity/Assets/R3.Unity#1.3.0",
"com.flowscope.gamecore": "ssh://git@git.zz.com:2222/Developer/FlowScope.git?path=/Packages/com.flowscope.gamecore#v0.2.0-preview.1",
"com.flowscope.gamecore": "ssh://git@git.zz.com:2222/Developer/FlowScope.git?path=/Packages/com.flowscope.gamecore#v0.2.0-preview.2",
"org.nuget.r3": "1.3.0"
}
}
@@ -33,7 +33,7 @@
- `com.cysharp.r3` 提供 Unity 适配层。
- `org.nuget.r3` 提供 `R3.dll` 和相关 BCL DLL。
- Unity Package Manager 不可靠支持在 package 的 `package.json` 中声明 Git dependency因此 R3 必须由消费方 manifest 显式声明。
- 当前 `v0.2.0-preview.1` 已在 FishingFrenzy 消费方工程完成最小编译验证后续文档、Samples、Tests 收口后应打新的 preview tag
- 当前 `v0.2.0-preview.2` 覆盖空白项目 Git URL 安装、最小 smoke probe 编译、`Documentation~` 导入内容,以及 `Samples~/MainMenuP0` 手动导入验收
### 本地 package path

View File

@@ -62,7 +62,7 @@ Packages/com.flowscope.gamecore/
{
"name": "com.flowscope.gamecore",
"displayName": "FlowScope Game Core",
"version": "0.2.0-preview.1",
"version": "0.2.0-preview.2",
"unity": "2022.3",
"dependencies": {
"com.unity.addressables": "1.21.21",