Skip to content

Commit 4979939

Browse files
authored
chore: Update package to 0.1.2-preview (#59)
* Update package to 0.1.2-preview * Update changelog
1 parent 51b3bcd commit 4979939

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.1.2-preview] - 2020-04-14
4+
* fix: errors caused by StreamingImageSequenceTrack::GetActivePlayableAsset() when TimelineWindow is not in focus
5+
* fix: keep processing StreamingImageSequencePlayableAsset even if there is no bound GameObject in the track, as the output texture is still required
6+
37
## [0.1.1-preview] - 2020-04-10
48
* api: open StreamingImageSequenceTrack to public
59
* api: open StreamingImageSequencePlayableAsset::GetTexture() to public

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"displayName": "Streaming Image Sequence",
33
"name": "com.unity.streaming-image-sequence",
44
"unity": "2019.2",
5-
"version": "0.1.1-preview",
5+
"version": "0.1.2-preview",
66
"dependencies": {
77
"com.unity.timeline": "1.2.14"
88
},

0 commit comments

Comments
 (0)