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

DX12 raytracing & IET updates for the HDRP template #7531

Merged
merged 30 commits into from
Oct 3, 2022
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
7c00533
converted to DX12, added 2 new RT quality levels
pierre-unity Jun 21, 2022
9882afb
rebaked reflection probes and updated hdrp asset to work with new ref…
pierre-unity Jun 27, 2022
4c54cda
updated RT settings, recaptured a few tutorial images
pierre-unity Jul 4, 2022
592beaf
Added 3rd person controller for testing
Jul 5, 2022
1c22384
updated IET pages, cleaned up hierarchy, updated a few RT settings
pierre-unity Jul 5, 2022
86b8498
Merge branch 'master' into hd-template-dx12-raytracing-IET-updates
pierre-unity Jul 5, 2022
cade6fc
merged master, minor cleanups
pierre-unity Jul 5, 2022
9762ca6
updated IET
pierre-unity Jul 5, 2022
21c54c0
pushed auto updated materials
pierre-unity Jul 5, 2022
c44f4f0
updated materials
pierre-unity Jul 5, 2022
9b1e0da
pushed updated quality levels
pierre-unity Jul 5, 2022
b51e823
added "addtionnal properties" page
pierre-unity Jul 6, 2022
ed92479
added prefab editing scene
pierre-unity Jul 6, 2022
7339b8a
fixed collision on chair (pivot was incorrect)
pierre-unity Jul 6, 2022
2306e48
fixed typos
pierre-unity Jul 7, 2022
96f3546
Added First person controller. Need to remove old one if this is better.
Jul 19, 2022
49fb98b
Small tweaks to Controllers
Jul 27, 2022
04e4a02
Removed old controller
Jul 27, 2022
4af673e
Merge branch 'master' into hd-template-dx12-raytracing-IET-updates
pierre-unity Aug 12, 2022
9929f32
Update low/mid/high volume settings for RTAO and SSR
pierre-unity Aug 12, 2022
33699c3
implemented rendering feedback from Remi
pierre-unity Aug 12, 2022
0075456
Modified 3d Controller textures and changed its camera positioning
Sep 8, 2022
85f58c2
Fixing last commit, didnt push material changes
Sep 9, 2022
3020537
changed mask maps to be TIFs, fixed aliasing around visor, tuned irid…
pierre-unity Sep 9, 2022
1c9d490
set texture to 8bit per channel rather than 16
pierre-unity Sep 9, 2022
5795d0d
Merge branch 'master' into hd-template-dx12-raytracing-IET-updates
pierre-unity Sep 10, 2022
936ae16
disabled receiver motion rejection for RT AO as well
pierre-unity Sep 13, 2022
1954afe
Renamed RTX presets, RT shadows are enabled for both, updated 1 tutor…
Sep 13, 2022
bfd0d74
Update CHANGELOG.md
sebastienlagarde Oct 3, 2022
560e545
bump package version to 15.1
sebastienlagarde Oct 3, 2022
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
Prev Previous commit
Next Next commit
Update CHANGELOG.md
  • Loading branch information
sebastienlagarde committed Oct 3, 2022
commit bfd0d74f23c7670e603fefab28a4ebcc680ed138
18 changes: 18 additions & 0 deletions com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ 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).

## [15.1.0] - 2022-07-06

### Added
- Added new HDRP assets "Very High" and "Ultra" and corresponding quality levels have been created for raytracing
- Added new 3rd person character control
- Added "Additional properties" page for the IET
- Added missing prefab edition scene

### Fixed
- Fixed issue with new hdrp cubemap atlas system
- Fixed wrong position for the collision proxy of the lounge chair

### Changed
- Switch to DX12 by default undre windows
- IET has been updated
- Updated Images showing the Unity material ball
- The default low/medium/high values for SSR and RTAO have been retuned to offer better results out of the box

## [15.0.0] - 2022-07-06

### Fixed
Expand Down