mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-17 17:34:34 +08:00
28 lines
649 B
JSON
28 lines
649 B
JSON
{
|
|
"name": "com.dcfa_pixels.dragonecs-unity",
|
|
"author":
|
|
{
|
|
"name": "DCFApixels",
|
|
"url": "https://github.com/DCFApixels"
|
|
},
|
|
"displayName": "DragonECS-Unity",
|
|
"description": "Integration with Unity for DragonECS",
|
|
"unity": "2021.2",
|
|
"version": "0.4.3",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DCFApixels/DragonECS-Unity.git"
|
|
},
|
|
"dependencies": {
|
|
"com.dcfa_pixels.dragonecs": "https://github.com/DCFApixels/DragonECS.git"
|
|
},
|
|
|
|
"keywords":
|
|
[
|
|
"ecs",
|
|
"dragonecs",
|
|
"extension",
|
|
"add-on",
|
|
"unity"
|
|
]
|
|
} |