整理 Addressables 测试资源路径

This commit is contained in:
JSD\13999
2026-06-05 11:06:20 +08:00
parent ac8fcc3c24
commit 0930e7c173
8 changed files with 6 additions and 14 deletions

View File

@@ -62,7 +62,7 @@
剩余缺口:
- 当前 Addressables 测试资源路径为 `Assets/FlowScope/Tests/PlayMode/Resources_moved/Fixtures/Addressables/FlowScopeAddressablesText.txt`后续 package 迁移时应统一测试资源目录命名
- 当前 Addressables 测试资源路径为 `Assets/FlowScope/Tests/PlayMode/Resources/Fixtures/Addressables/FlowScopeAddressablesText.txt`早期临时目录命名已在 P2 第二阶段整理
- `Assets/FlowScope/Tests/PlayMode/Resources/Fixtures` 当前只剩空目录 meta属于提交前清理候选。
### 4. Editor 最小诊断入口
@@ -165,7 +165,7 @@ git diff --check
1. 尚未创建正式 package 根目录和 `package.json` 文件。
2. 尚未在干净 Unity 项目中验证本地 package path 或 Git URL 安装。
3. 尚未实际打开 `Tools/FlowScope/Diagnostics` 做人工 UI 检查。
4. Addressables 测试资源目录命名仍需在 package 迁移前统一
4. Addressables 测试资源目录命名已统一到 `Resources/Fixtures/Addressables`,后续仍需决定是否随 Tests 迁移到 package `Tests~`
## 下一阶段建议
@@ -176,5 +176,5 @@ git diff --check
1. 创建 `Packages/com.flowscope.gamecore` 和最小 `package.json`
2. 先复制或镜像 Runtime 到 package 目录,不删除 `Assets/FlowScope`
3. 在当前项目和一个干净 Unity 项目中验证本地 package path。
4. 整理 Addressables 测试资源目录,再迁移 package 内 Tests。
4. 基于已整理 Addressables fixture 路径,迁移或镜像 package 内 Tests。
5. 再考虑 `Samples~/MainMenuP0` 和 Tests 的分批迁移。