-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.34 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.34 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "gov.nawcad-creative-lab.utility-scripts",
"version": "1.5.2",
"displayName": "Utility Scripts",
"description": "A collection of small single-purpose scripts.",
"unity": "6000.0",
"author": {
"name": "NAWCAD CREATIVE Lab",
"email": "christopher.r.bowersock.civ@us.navy.mil",
"url": "https://spork.fusion.navy.mil/creative/devops/unity-packages/utility-scripts.git"
},
"samples": [
{
"displayName": "Comment Test",
"description": "Contains a test scene for the Comment script.",
"path": "Samples~/01 Comment Test"
},
{
"displayName": "Setup Actions Test",
"description": "Contains a test scene for the Setup Actions script.",
"path": "Samples~/01 Setup Actions Test"
},
{
"displayName": "Input Action Processor Test",
"description": "Contains a test scene for the Input Action Processor script.",
"path": "Samples~/01 Input Action Processor Test"
},
{
"displayName": "Debug Logger Test",
"description": "Contains a test scene for using the Debug Logger object.",
"path": "Samples~/01 Debug Logger Test"
},
{
"displayName": "Game Object Controller Test",
"description": "Contains a test scene for using the Game Object Controller script.",
"path": "Samples~/01 Game Object Controller Test"
},
{
"displayName": "Scene Selector Test",
"description": "Contains a test scene for using the Scene Selector script.",
"path": "Samples~/01 Scene Selector Test"
},
{
"displayName": "Image Controller Test",
"description": "Contains a test scene for using the Image Controller script.",
"path": "Samples~/01 Image Controller Test"
},
{
"displayName": "Application Controller Test",
"description": "Contains test scenes for using the Application Controller object.",
"path": "Samples~/02 Application Controller Test"
},
{
"displayName": "Character Controller Controller Test",
"description": "Contains test scenes for using the Character Controller Controller script.",
"path": "Samples~/02 Character Controller Controller Test"
},
{
"displayName": "Transform Controller Test",
"description": "Contains a test scene for using the Transform Controller script.",
"path": "Samples~/03 Transform Controller Test"
}
]
}