接入 Godot 编辑器插件与受控执行链路
新增 GDExtension 自动引导、GDScript 执行和实例隔离缓存 接入 AGC 插件开关、Runner、Agent 工具与权限审计 完善执行回执确认、不确定状态阻断及卸载恢复 补齐 Windows 分发资源、定向测试与实机验收文档
This commit is contained in:
Generated
+18
@@ -19,6 +19,7 @@
|
||||
"packages/shared",
|
||||
"plugins/agc-cocos-editor",
|
||||
"plugins/agc-unity-editor",
|
||||
"plugins/agc-godot-editor",
|
||||
"tools/spine-json-export-validator"
|
||||
],
|
||||
"dependencies": {
|
||||
@@ -5162,6 +5163,10 @@
|
||||
"resolved": "plugins/agc-cocos-editor",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@genarrative/agc-plugin-godot-editor": {
|
||||
"resolved": "plugins/agc-godot-editor",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@genarrative/agc-plugin-sdk": {
|
||||
"resolved": "packages/agc-plugin-sdk",
|
||||
"link": true
|
||||
@@ -23137,6 +23142,13 @@
|
||||
"@genarrative/agc-plugin-sdk": "0.1.0"
|
||||
}
|
||||
},
|
||||
"plugins/agc-godot-editor": {
|
||||
"name": "@genarrative/agc-plugin-godot-editor",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@genarrative/agc-plugin-sdk": "0.1.0"
|
||||
}
|
||||
},
|
||||
"tools/spine-json-export-validator": {
|
||||
"name": "@genarrative/spine-json-export-validator",
|
||||
"version": "0.1.0",
|
||||
@@ -26526,6 +26538,12 @@
|
||||
"@genarrative/agc-plugin-sdk": "0.1.0"
|
||||
}
|
||||
},
|
||||
"@genarrative/agc-plugin-godot-editor": {
|
||||
"version": "file:plugins/agc-godot-editor",
|
||||
"requires": {
|
||||
"@genarrative/agc-plugin-sdk": "0.1.0"
|
||||
}
|
||||
},
|
||||
"@genarrative/agc-plugin-sdk": {
|
||||
"version": "file:packages/agc-plugin-sdk"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user