This commit is contained in:
2026-09-10 10:59:39 +03:00
commit a00c7cc88b
20 changed files with 13204 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"id": "live2d_test",
"name": "Live2D Cubism",
"version": "1.0.0",
"author": "ct",
"description": "Live2D Cubism C# runtime: model loading, rendering, physics, animation, effects",
"depends": ["core>=1","live2d>=1"],
"subscriptions": [
{
"scene": "home_outside",
"template": "default",
"code": "live2d_test_add",
"trigger": "on_enter",
"priority": 1
},
{
"scene": "home_outside",
"template": "default",
"code": "live2d_test_remove",
"trigger": "on_exit",
"priority": 1
}
]
}