-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 851 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "com.pycraftdeveloper.gamedevtoolkit",
"displayName": "Game Dev Tool Kit",
"version": "0.21.0",
"documentationUrl": "https://github.com/PycraftDeveloper/Game-Dev-Tool-Kit",
"changelogUrl": "https://github.com/PycraftDeveloper/Game-Dev-Tool-Kit/releases",
"licensesUrl": "https://github.com/PycraftDeveloper/Game-Dev-Tool-Kit/blob/main/LICENSE",
"description": "This package aims to provide some much needed tools and utilities for game development in Unity! This includes tools for both designers and programmers.",
"hideInEditor": false,
"dependencies": {
"com.unity.textmeshpro": "3.0.6"
},
"author": {
"name": "PycraftDeveloper",
"url": "https://github.com/PycraftDeveloper"
},
"keywords": [
"unity",
"tools",
"editor",
"gamedev",
"utilities",
"workflow",
"toolkit"
]
}