-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.06 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.06 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
{
"name": "com.tirt.pathways",
"version": "1.1.0",
"displayName": "Pathways",
"description": "A Unity package for managing data file pathways and directories without handling actual data persistence. Perfect for save systems and sessions, user profiles, level data, and any scenario requiring organized file management.",
"unity": "2019.4",
"unityRelease": "0f1",
"documentationUrl": "https://github.com/Tirtstan/Pathways/blob/main/README.md",
"changelogUrl": "https://github.com/Tirtstan/Pathways/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/Tirtstan/Pathways/blob/main/LICENSE.md",
"keywords": [
"save",
"session",
"file",
"directory",
"path",
"pathway",
"file system"
],
"author": {
"name": "Tirt",
"url": "https://github.com/Tirtstan"
},
"samples": [
{
"displayName": "Examples",
"description": "Contains examples for how to use the Pathways package.",
"path": "Samples/Examples"
}
]
}