-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 799 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "com.gitamend.unityutils",
"displayName": "Unity Utility Library",
"description": "Unity Utility Library, a growing collection of handy extension methods, helpers, attributes, and other utilities designed to enhance and simplify your Unity development workflow. Whether you're a seasoned developer or just starting, this library aims to provide tools that will help streamline your coding process and add efficiency to your projects.",
"version": "1.0.22",
"keywords": [
"extension",
"attribute",
"inspector",
"editor"
],
"category": "editor extensions",
"dependencies": {},
"author": {
"name": "Git Amend",
"url": "https://github.com/adammyhre"
},
"documentationUrl": "https://github.com/adammyhre/Unity-Utils/README.md"
}