forked from unity3d-jp/StreamingImageSequence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
23 lines (23 loc) · 1.06 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
{
"displayName": "Streaming Image Sequence",
"name": "com.unity.streaming-image-sequence",
"unity": "2020.3",
"version": "0.17.2-preview",
"dependencies": {
"com.unity.film-internal-utilities": "0.18.4-preview",
"com.unity.editorcoroutines": "1.0.0",
"com.unity.ext.nunit": "1.0.6",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.director": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0",
"com.unity.ugui": "1.0.0",
"com.unity.timeline": "1.2.18"
},
"description": "Streaming Image Sequence is a package for playing sequential image sequences in Unity Timeline easily without making Unity 2D Sprites.",
"contributors": [
"Hiroki Omae <hiroki@unity3d.com> (https://github.com/hiroki-o)",
"Sindharta Tanuwijaya <sindharta.tanuwijaya@unity3d.com> (https://github.com/sindharta)",
"Toshiyuki Mori <toshiyuki@unity3d.com> (https://github.com/higeometry)"
]
}