mirror of
https://github.com/DCFApixels/DragonECS-Graphs.git
synced 2025-09-17 11:04:34 +08:00
27 lines
643 B
JSON
27 lines
643 B
JSON
{
|
|
"name": "com.dcfa_pixels.dragonecs-graphs",
|
|
"author":
|
|
{
|
|
"name": "DCFApixels",
|
|
"url": "https://github.com/DCFApixels/DragonECS-Graphs"
|
|
},
|
|
"displayName": "DragonECS-Graphs",
|
|
"description": "Entity Graphs for DragonECS",
|
|
"unity": "2020.3",
|
|
"version": "0.3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DCFApixels/DragonECS-Graphs.git"
|
|
},
|
|
"dependencies": {
|
|
"com.dcfa_pixels.dragonecs": "https://github.com/DCFApixels/DragonECS.git"
|
|
},
|
|
"keywords":
|
|
[
|
|
"ecs",
|
|
"dragonecs",
|
|
"extension",
|
|
"add-on"
|
|
]
|
|
}
|