-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 698 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 698 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
{
"name": "com.joshalexjacobs.segmented-parallax-package",
"version": "1.1.5",
"displayName": "Segmented Parallax",
"description": "A Unity package that handles seamless segmented parallax for infinite scrolling 2D backgrounds.",
"unity": "2021.3",
"unityRelease": "8f1",
"keywords": [
"unity",
"observables",
"scriptableobjects",
"editor",
"inputs"
],
"author": {
"name": "Josh Jacobs",
"homepage": "http://joshjacobs.me/"
},
"type": "sample",
"samples": [
{
"displayName": "Example Scene",
"description": "Demonstrates the basic use case for infinitely scrolling 2D backgrounds.",
"path": "Samples~/Example Scene"
}
]
}