-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
21 lines (19 loc) · 962 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "com.lgu.helperplugins",
"version": "1.0.0",
"displayName": "UnityPlugins",
"description": "This package contains extensions from unity and csharp buitin classes, plus a singleton to extend to your monobehaviour",
"unity": "2022.3",
"license": "MIT",
"dependencies": {
},
"author": {
"name": "yours_indie_gameDev",
"email": "[email protected]",
"url": "https://www.youtube.com/@yours_indie_game_dev"
},
"repository": {
"type": "git",
"url": "https://github.com/liambilly9/HelperPluginsUnity.git"
}
}