资源画布支持引擎资源预览与模型交互预览 #413
Reference in New Issue
Block a user
Delete Branch "codex/agc-cocos-engine-resources"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
目的
资源画布支持引擎(Cocos Creator)资源的只读预览:能被发现、登记、进入画布,并按类型出预览。
主要改动
model/binary两个发现类别;.meta等导入侧车文件仍只可发现scene,动画 →character-animation,材质/特效 →code,图集与容器 →document),不新增 manifest 契约字段library//temp//profiles//local/不再进入发现结果(仅当目录确实是 Cocos 工程),同名目录在非引擎工程里照常列出验证
cargo check、cargo fmt --checkcargo test … cocos9 条、resource_inspect::tests7 条、agent_asset_import_tests9 条、生成目录过滤用例resource+project套件 52 文件 / 546 用例;appSurface450 通过 / 20 跳过;apptsc --noEmitnpm run check:encoding、git diff --check、npm run check:doc-index未验证