Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.1.0] - 2025-09-26
## [16.1.1] - 2025-10-04

### Added

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.1.0"
"PackageVersion": "16.1.1"
}
],
"WarningExceptions": []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "com.unity.template.hd",
"displayName": "High Definition RP",
"version": "16.1.0",
"version": "16.1.1",
"type": "template",
"host": "hub",
"unity": "2023.2",
"unity": "6000.0",
"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",
"dependencies": {
"com.unity.collab-proxy": "2.0.5",
"com.unity.collab-proxy": "2.9.3",
"com.unity.feature.development": "1.0.2",
"com.unity.cinemachine": "2.9.5",
"com.unity.inputsystem": "1.12.0",
"com.unity.learn.iet-framework": "3.1.3",
"com.unity.render-pipelines.high-definition": "16.0.2",
"com.unity.timeline": "1.8.3",
"com.unity.cinemachine": "2.10.4",
"com.unity.inputsystem": "1.14.2",
"com.unity.learn.iet-framework": "4.0.4",
"com.unity.render-pipelines.high-definition": "17.0.4",
"com.unity.timeline": "1.8.9",
"com.unity.ugui": "2.0.0",
"com.unity.visualscripting": "1.8.0"
"com.unity.visualscripting": "1.9.7"
}
}
4 changes: 2 additions & 2 deletions com.unity.template-hd/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2023.2.0a21
m_EditorVersionWithRevision: 2023.2.0a21 (25bfa0fab379)
m_EditorVersion: 6000.0.58f1
m_EditorVersionWithRevision: 6000.0.58f1 (44b8bf3a3225)