-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 979 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 979 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
27
28
29
30
31
32
33
34
35
36
37
{
"name": "com.tirt.sentinal",
"version": "3.2.4",
"displayName": "Sentinal",
"description": "A package that provides a set of tools to manage menu/view navigation and auto-selection in Unity.",
"unity": "2021.3",
"unityRelease": "0f1",
"documentationUrl": "README.md",
"changelogUrl": "CHANGELOG.md",
"licensesUrl": "LICENSE.md",
"keywords": [
"sentinal",
"sentinel",
"selector",
"view",
"ui",
"menu",
"page",
"panel",
"input",
"stack",
"history",
"input system"
],
"author": {
"name": "Tirt",
"url": "https://github.com/Tirtstan"
},
"samples": [
{
"displayName": "Examples",
"description": "Contains examples for what and how to use the Sentinal package.",
"path": "Samples/Examples"
}
],
"_fingerprint": "8e667788fd7cbe5bb0a03aefe05a2b4adfab8d57"
}