Unity-DebugX/package.json

22 lines
435 B
JSON
Raw Normal View History

2025-02-22 17:25:54 +08:00
{
"name": "com.dcfa_pixels.debugx",
"author":
{
"name": "DCFApixels",
"url": "https://github.com/DCFApixels"
},
"displayName": "DebugX",
"description": "",
2025-02-23 20:51:02 +08:00
"unity": "2021.3",
2025-03-12 21:50:24 +08:00
"version": "0.8.8",
2025-02-22 17:25:54 +08:00
"repository": {
"type": "git",
"url": "https://github.com/DCFApixels/DebugX.git"
},
"keywords":
[
"editor",
2025-02-23 20:51:02 +08:00
"utility",
"gizmos"
2025-02-22 17:25:54 +08:00
]
}