-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
30 lines (30 loc) · 850 Bytes
/
package.json
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
{
"name": "com.timespawn.entitytween",
"version": "0.6.0",
"displayName": "Entity Tween",
"description": "Entity compatible tween library for Unity ECS/DOTS and Project Tiny (DOTS Runtime).",
"unity": "2020.1",
"dependencies": {
"com.unity.entities": "0.17.0-preview.42",
"com.unity.burst": "1.4.9",
"com.unity.mathematics": "1.2.1"
},
"author": {
"name": "Timespawn",
"email": "[email protected]",
"url": "https://nagachiang.github.io"
},
"keywords": [
"ECS",
"DOTS",
"Entity",
"Tween"
],
"samples": [
{
"displayName": "Stress Test",
"description": "The test demonstrates lots of cubes being translated, rotated and scaled at the same time. Dependent on Hybrid Renderer (com.unity.rendering.hybrid) for rendering.",
"path": "Samples~/StressTest"
}
]
}