Skip to content

Commit 61538a2

Browse files
authored
Merge pull request #8084 from alex-vazquez-unity3d/patch-1
Update SampleScene.unity
2 parents 4075713 + 7e4420c commit 61538a2

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

com.unity.template-hd/Assets/Scenes/SampleScene.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9906,7 +9906,7 @@ MonoBehaviour:
99069906
mask:
99079907
data1: 2361488491552
99089908
data2: 2357667418784
9909-
defaultFrameSettings: -268599808
9909+
defaultFrameSettings: 0
99109910
m_Version: 0
99119911
m_ObsoleteRenderingPath: 0
99129912
m_ObsoleteFrameSettings:

com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project template will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [16.0.10] - 2024-07-03
8+
9+
### Fixed
10+
11+
- Frame Settings invalid enum in Screenshot Camera 6
12+
713
## [16.0.9] - 2024-05-15
814

915
### Changed

com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ErrorExceptions": [
33
{
44
"ValidationTest": "Primed Library Validation",
5-
"PackageVersion": "16.0.9"
5+
"PackageVersion": "16.0.10"
66
}
77
],
88
"WarningExceptions": []

com.unity.template-hd/Packages/com.unity.template.hd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.template.hd",
33
"displayName": "High Definition RP",
4-
"version": "16.0.9",
4+
"version": "16.0.10",
55
"type": "template",
66
"host": "hub",
77
"unity": "2023.2",

0 commit comments

Comments
 (0)