-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 891 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 891 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
38
{
"name": "com.chaosvan.entities",
"displayName": "Entities",
"description": "Entities",
"version": "1.0.0",
"unity": "2019.4",
"license": "MIT",
"author": {
"name": "zhaochaofan",
"email": "36765590@qq.com"
},
"dependencies": {
"com.unity.mathematics": "1.2.6",
"com.unity.nuget.newtonsoft-json": "3.0.0"
},
"samples": [
{
"displayName": "RollSystem",
"description": "Shows how to create a rolling entity.",
"path": "Samples~/RollSystem"
},
{
"displayName": "CopyFrom",
"description": "Shows how to sync transform matrix to entities.",
"path": "Samples~/CopyFrom"
},
{
"displayName": "Spawner",
"description": "Shows how to spawn an entity, and bind GameObject.",
"path": "Samples~/Spawner"
},
{
"displayName": "LockstepSystems",
"description": "Shows how to use RateManager.",
"path": "Samples~/LockstepSystems"
}
]
}