Skip to content

Commit 29a21c7

Browse files
authored
release: 0.15.3-preview (#448)
* update package.json * update changelog * sync package info to test projects
1 parent b90d868 commit 29a21c7

8 files changed

Lines changed: 40 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## [0.15.3-preview] - 2022-05-19
4+
5+
### Changed
6+
* deps: use com.unity.film-internal-utilities@0.15.1-preview
7+
8+
### Fixed
9+
* fix: show the invalid output folder (if applicable) when trying to update RenderCache
10+
* fix: hide the button to update RenderCache if the Director GameObject is not selected
11+
312
## [0.15.2-preview] - 2022-04-28
413

514
### Changed

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

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

3+
## [0.15.3-preview] - 2022-05-19
4+
5+
### Changed
6+
* deps: use com.unity.film-internal-utilities@0.15.1-preview
7+
8+
### Fixed
9+
* fix: show the invalid output folder (if applicable) when trying to update RenderCache
10+
* fix: hide the button to update RenderCache if the Director GameObject is not selected
11+
312
## [0.15.2-preview] - 2022-04-28
413

514
### Changed

StreamingImageSequence_HDRP~/Packages/com.unity.streaming-image-sequence/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.4",
5-
"version": "0.15.2-preview",
5+
"version": "0.15.3-preview",
66
"dependencies": {
77
"com.unity.film-internal-utilities": "0.15.1-preview",
88
"com.unity.editorcoroutines": "1.0.0",

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

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

3+
## [0.15.3-preview] - 2022-05-19
4+
5+
### Changed
6+
* deps: use com.unity.film-internal-utilities@0.15.1-preview
7+
8+
### Fixed
9+
* fix: show the invalid output folder (if applicable) when trying to update RenderCache
10+
* fix: hide the button to update RenderCache if the Director GameObject is not selected
11+
312
## [0.15.2-preview] - 2022-04-28
413

514
### Changed

StreamingImageSequence_URP~/Packages/com.unity.streaming-image-sequence/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.4",
5-
"version": "0.15.2-preview",
5+
"version": "0.15.3-preview",
66
"dependencies": {
77
"com.unity.film-internal-utilities": "0.15.1-preview",
88
"com.unity.editorcoroutines": "1.0.0",

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

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

3+
## [0.15.3-preview] - 2022-05-19
4+
5+
### Changed
6+
* deps: use com.unity.film-internal-utilities@0.15.1-preview
7+
8+
### Fixed
9+
* fix: show the invalid output folder (if applicable) when trying to update RenderCache
10+
* fix: hide the button to update RenderCache if the Director GameObject is not selected
11+
312
## [0.15.2-preview] - 2022-04-28
413

514
### Changed

StreamingImageSequence~/Packages/com.unity.streaming-image-sequence/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.4",
5-
"version": "0.15.2-preview",
5+
"version": "0.15.3-preview",
66
"dependencies": {
77
"com.unity.film-internal-utilities": "0.15.1-preview",
88
"com.unity.editorcoroutines": "1.0.0",

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.4",
5-
"version": "0.15.2-preview",
5+
"version": "0.15.3-preview",
66
"dependencies": {
77
"com.unity.film-internal-utilities": "0.15.1-preview",
88
"com.unity.editorcoroutines": "1.0.0",

0 commit comments

Comments
 (0)