forked from NagaChiang/entity-tween
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.01 KB
/
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
31
32
33
34
35
36
37
{
"name": "com.dyonng.dotstween",
"version": "0.10.1",
"displayName": "DOTS Tween",
"description": "Tween library for Unity ECS/DOTS.",
"unity": "2022.3",
"dependencies": {
"com.unity.collections": "2.1.4",
"com.unity.entities": "1.0.16",
"com.unity.burst": "1.8.8",
"com.unity.mathematics": "1.2.6",
"com.unity.entities.graphics": "1.0.16"
},
"author": {
"name": "Dyon",
"email": "dyonjng@gmail.com",
"url": "https://github.com/dyonng/dots-tween"
},
"keywords": [
"ECS",
"DOTS",
"Entity",
"Tween",
"Animation",
"entity",
"component",
"system",
"tweening"
],
"samples": [
{
"displayName": "Stress Test",
"description": "The test demonstrates lots of cubes being translated, rotated and scaled at the same time. Dependent on Entities.Graphics for rendering.",
"path": "Samples~/StressTest"
}
]
}