Skip to content

Commit 74c1a5c

Browse files
committed
sync
1 parent b878c2f commit 74c1a5c

File tree

3 files changed

+36
-6
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

3 files changed

+36
-6
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
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+
* internal: allow setting useLastImageOnLoad on StreamingImageSequenceRenderer
12+
13+
### Fixed
14+
* fix: refresh StreamingImageSequenceRenderer during OnEnable()
15+
* fix: handle errors when capturing Render results to files
616

717
## [0.15.3-preview] - 2022-05-19
818

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
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+
* internal: allow setting useLastImageOnLoad on StreamingImageSequenceRenderer
12+
13+
### Fixed
14+
* fix: refresh StreamingImageSequenceRenderer during OnEnable()
15+
* fix: handle errors when capturing Render results to files
616

717
## [0.15.3-preview] - 2022-05-19
818

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
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+
* internal: allow setting useLastImageOnLoad on StreamingImageSequenceRenderer
12+
13+
### Fixed
14+
* fix: refresh StreamingImageSequenceRenderer during OnEnable()
15+
* fix: handle errors when capturing Render results to files
616

717
## [0.15.3-preview] - 2022-05-19
818

0 commit comments

Comments
 (0)