Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SampleScene.unity #8084

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion com.unity.template-hd/Assets/Scenes/SampleScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -9906,7 +9906,7 @@ MonoBehaviour:
mask:
data1: 2361488491552
data2: 2357667418784
defaultFrameSettings: -268599808
defaultFrameSettings: 0
m_Version: 0
m_ObsoleteRenderingPath: 0
m_ObsoleteFrameSettings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project template will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [16.0.10] - 2024-07-03

### Fixed

- Frame Settings invalid enum in Screenshot Camera 6

## [16.0.9] - 2024-05-15

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ErrorExceptions": [
{
"ValidationTest": "Primed Library Validation",
"PackageVersion": "16.0.9"
"PackageVersion": "16.0.10"
}
],
"WarningExceptions": []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.template.hd",
"displayName": "High Definition RP",
"version": "16.0.9",
"version": "16.0.10",
"type": "template",
"host": "hub",
"unity": "2023.2",
Expand Down