Skip to content

Commit cffe8b8

Browse files
bumping versions for 6+ releases
1 parent 4f3d249 commit cffe8b8

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.1.0] - 2025-09-26
7+
## [16.1.1] - 2025-10-04
88

99
### Added
1010

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.1.0"
5+
"PackageVersion": "16.1.1"
66
}
77
],
88
"WarningExceptions": []
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "com.unity.template.hd",
33
"displayName": "High Definition RP",
4-
"version": "16.1.0",
4+
"version": "16.1.1",
55
"type": "template",
66
"host": "hub",
7-
"unity": "2023.2",
7+
"unity": "6000.0",
88
"description": "This template utilizes the High Definition Render Pipeline. Making it a good starting point for people focused on high-end graphics that want to develop games for platforms that support Shader Model 5.0 (DX11 and above). \n\nBeyond being tuned for High End visuals this project includes\n\u25aa Shadergraph \n\u25aa Visual Effect Graph \n\u25aa Presets \n\u25aa Example content",
99
"dependencies": {
10-
"com.unity.collab-proxy": "2.0.5",
10+
"com.unity.collab-proxy": "2.9.3",
1111
"com.unity.feature.development": "1.0.2",
12-
"com.unity.cinemachine": "2.9.5",
13-
"com.unity.inputsystem": "1.12.0",
14-
"com.unity.learn.iet-framework": "3.1.3",
15-
"com.unity.render-pipelines.high-definition": "16.0.2",
16-
"com.unity.timeline": "1.8.3",
12+
"com.unity.cinemachine": "2.10.4",
13+
"com.unity.inputsystem": "1.14.2",
14+
"com.unity.learn.iet-framework": "4.0.4",
15+
"com.unity.render-pipelines.high-definition": "17.0.4",
16+
"com.unity.timeline": "1.8.9",
1717
"com.unity.ugui": "2.0.0",
18-
"com.unity.visualscripting": "1.8.0"
18+
"com.unity.visualscripting": "1.9.7"
1919
}
2020
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2023.2.0a21
2-
m_EditorVersionWithRevision: 2023.2.0a21 (25bfa0fab379)
1+
m_EditorVersion: 6000.0.58f1
2+
m_EditorVersionWithRevision: 6000.0.58f1 (44b8bf3a3225)

0 commit comments

Comments
 (0)