-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 779 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 779 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
{
"name": "com.caseydecoder.unityextras",
"version": "1.2.1",
"displayName": "Unity Extras",
"description": "A package containing extras for the Unity Game Engine. Full of reusable code to create common game mechanics with.",
"unity": "2022.2",
"hideInEditor": false,
"type": "library",
"dependencies": {
"com.unity.mathematics": "1.2.6",
"com.unity.inputsystem": "1.3.0"
},
"samples": [
{
"displayName": "First Person Character",
"path": "Samples~/First Person Character"
}
],
"keywords": [
"unity",
"extra",
"physics",
"2d",
"3d",
"character",
"controller"
],
"author": {
"name": "CaseyDeCoder",
"email": "hofland.casey@gmail.com",
"url": "https://casey-says-hello.surge.sh/"
}
}