-
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.07 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.07 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.triple-a-studios.scene-manager",
"description": "An Additive Async Multi-Scene Loader",
"version": "1.1.3",
"displayName": "TripleA - Scene Manager",
"unity": "2021.3",
"documentationUrl": "https://github.com/triple-a-studios/TripleA-SceneManager",
"changelogUrl": "https://github.com/Triple-A-Studios/TripleA-SceneManager/blob/main/CHANGELOG.md",
"licenseUrl": "https://github.com/Triple-A-Studios/TripleA-SceneManager?tab=MIT-1-ov-file",
"dependencies": {
"com.unity.addressables" : "1.19.19"
},
"keywords": [
"Scenes",
"SceneManagement",
"SceneLoader",
"Async"
],
"author": {
"name": "Triple-A-Studios",
"email": "ali.qadir.007@outlook.com",
"url": "https://github.com/Triple-A-Studios"
},
"samples": [
{
"displayName": "Async Multi-Scene Loader",
"description": "Contains example usage of the Async Multi-Scene Loader",
"path": "Samples~/AsyncSceneLoader"
}
]
}