Skip to content

Commit 4a7a94e

Browse files
authored
release: 0.16.0-preview (#467)
* update changelog * sync
1 parent 8a50827 commit 4a7a94e

File tree

4 files changed

+52
-8
lines changed
  • StreamingImageSequence_HDRP~/Packages/com.unity.streaming-image-sequence
  • StreamingImageSequence_URP~/Packages/com.unity.streaming-image-sequence
  • StreamingImageSequence~/Packages/com.unity.streaming-image-sequence

4 files changed

+52
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Changelog
22

3-
## [0.16.0-preview] - 2022-08-25
3+
## [0.16.0-preview] - 2022-09-28
44

5-
TBD
5+
### Added
6+
* feat: add components to make it easier to update PencilLineCache
7+
8+
### Changed
9+
* opt: reduce the frequency of loading images in the Editor
10+
* opt: cache Asset textures in Editor to increase the playback speed
11+
* deps: use com.unity.film-internal-utilities@0.16.0-preview
12+
* internal: allow setting useLastImageOnLoad on StreamingImageSequenceRenderer
13+
14+
### Fixed
15+
* fix: refresh StreamingImageSequenceRenderer during OnEnable()
16+
* fix: handle errors when capturing Render results to files
617

718
## [0.15.3-preview] - 2022-05-19
819

StreamingImageSequence_HDRP~/Packages/com.unity.streaming-image-sequence/CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Changelog
22

3-
## [0.16.0-preview] - 2022-08-25
3+
## [0.16.0-preview] - 2022-09-28
44

5-
TBD
5+
### Added
6+
* feat: add components to make it easier to update PencilLineCache
7+
8+
### Changed
9+
* opt: reduce the frequency of loading images in the Editor
10+
* opt: cache Asset textures in Editor to increase the playback speed
11+
* deps: use com.unity.film-internal-utilities@0.16.0-preview
12+
* internal: allow setting useLastImageOnLoad on StreamingImageSequenceRenderer
13+
14+
### Fixed
15+
* fix: refresh StreamingImageSequenceRenderer during OnEnable()
16+
* fix: handle errors when capturing Render results to files
617

718
## [0.15.3-preview] - 2022-05-19
819

StreamingImageSequence_URP~/Packages/com.unity.streaming-image-sequence/CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Changelog
22

3-
## [0.16.0-preview] - 2022-08-25
3+
## [0.16.0-preview] - 2022-09-28
44

5-
TBD
5+
### Added
6+
* feat: add components to make it easier to update PencilLineCache
7+
8+
### Changed
9+
* opt: reduce the frequency of loading images in the Editor
10+
* opt: cache Asset textures in Editor to increase the playback speed
11+
* deps: use com.unity.film-internal-utilities@0.16.0-preview
12+
* internal: allow setting useLastImageOnLoad on StreamingImageSequenceRenderer
13+
14+
### Fixed
15+
* fix: refresh StreamingImageSequenceRenderer during OnEnable()
16+
* fix: handle errors when capturing Render results to files
617

718
## [0.15.3-preview] - 2022-05-19
819

StreamingImageSequence~/Packages/com.unity.streaming-image-sequence/CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Changelog
22

3-
## [0.16.0-preview] - 2022-08-25
3+
## [0.16.0-preview] - 2022-09-28
44

5-
TBD
5+
### Added
6+
* feat: add components to make it easier to update PencilLineCache
7+
8+
### Changed
9+
* opt: reduce the frequency of loading images in the Editor
10+
* opt: cache Asset textures in Editor to increase the playback speed
11+
* deps: use com.unity.film-internal-utilities@0.16.0-preview
12+
* internal: allow setting useLastImageOnLoad on StreamingImageSequenceRenderer
13+
14+
### Fixed
15+
* fix: refresh StreamingImageSequenceRenderer during OnEnable()
16+
* fix: handle errors when capturing Render results to files
617

718
## [0.15.3-preview] - 2022-05-19
819

0 commit comments

Comments
 (0)