DigiCreatures Agent v0.1.8
English
This release fixes the Windows/manual .unitypackage import path and cleans up the GitHub introduction for customer handoff.
- Removed the DigiPlace demo's hard Cinemachine API reference, so projects without Cinemachine no longer fail on
Unity.CinemachineorCinemachineCamera. - Added a dedicated demo assembly definition so sample scripts wait for UGUI/TextMeshPro/Input System before compiling.
- Made the
.unitypackagedependency flow safer: the lightweight installer compiles first, URP is no longer auto-installed, and UPM remains the recommended installation path. - Removed stale performance-test resource files that referenced old project-only Cinemachine/URP dependencies.
- Rebuilt the Windows-safe
.unitypackagewith no PAX headers, no non-ASCII import paths, no.metapath entries, and the full DigiPlace demo assets.
Validation:
- UPM file package compile checked in a clean Unity 6.4 project: no CS errors or warnings.
.unitypackageimport checked in a clean Unity 6.4 project: no CS errors or warnings.- Package audit: 0 PAX headers, 0 non-ASCII pathnames, 0 imported
.metapathnames.
SHA256:
5dc18b32f759603c16231a37a6bb2550cd360058eb2b53596ebaccbd43b0106c
中文
这个版本主要修复 Windows 手动导入 .unitypackage 的兼容问题,并更新 GitHub 项目介绍,方便交付给客户电脑。
- 移除了 DigiPlace demo 中对 Cinemachine API 的硬引用;客户项目没装 Cinemachine 时不会再因为
Unity.Cinemachine/CinemachineCamera编译失败。 - 给 demo 脚本增加独立 asmdef,让示例脚本等 UGUI/TextMeshPro/Input System 就绪后再编译。
- 改善
.unitypackage依赖安装流程:轻量安装器优先编译,不再自动安装 URP;推荐安装方式仍是 UPM Git URL。 - 删除旧性能测试资源文件,避免包里残留旧项目的 Cinemachine/URP 依赖记录。
- 重新生成 Windows 兼容
.unitypackage:无 PAX header、无非 ASCII 导入路径、无.meta路径项,并保留完整 DigiPlace demo 资源。
验证:
- 干净 Unity 6.4 项目中用 UPM file package 编译:无 CS error/warning。
- 干净 Unity 6.4 项目中导入
.unitypackage:无 CS error/warning。 - 包格式审计:0 个 PAX header、0 个非 ASCII 路径、0 个
.meta导入路径。