-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (29 loc) · 1.06 KB
/
package.json
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
27
28
29
30
{
"name": "be.eloistree.hellosharpforunity",
"displayName": "Hello C# for Unity3D",
"version": "0.0.1",
"unity": "2018.1",
"unityRelease": "",
"description": "This package contains example in C# of what you need to learn as a beginner to start with Unity. ",
"keywords": ["Script","Tool"],
"dependencies":{},
"relatedPackages":{},
"samples": [
{
"displayName": "Demo Scene",
"description": "A sample scene that demonstrates the features of this package.",
"path": "Scene/Demo"
}
],
"author": {
"name": "Eloi Stree",
"mail": "",
"url": "https://github.com/EloiStree/"
},
"repository":{
"type":"Git",
"url":"https://github.com/EloiStree/HelloSharpForUnity3D.git",
"footprint":"",
"revision":""},
"category": "Script"
}