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

Bump the HDRP Template IET Framework Package Version #6134

Merged
merged 4 commits into from
Oct 26, 2021
Merged

Conversation

johnpars
Copy link
Contributor

Purpose of this PR

This is a tiny PR that bumps the template project IET package version from 2.0 -> 2.1 release to fix a memory leak caused for the tutorial, and was reported here: https://fogbugz.unity3d.com/f/cases/1374640/

It looks like the editor also automatically bumped the version of Cinemachine and the input system to the latest stable release as well. I decided it was safe to leave this be as I did not observe any issues in the template from that update, but QA may want to ensure this.


Testing status

I manually verified that the memory leak caused by the tutorial was no longer flagged in the console.

To QA, the issue was coming from the tutorial framework, so the area of interest to validate would be in the tutorial.


Comments to reviewers

More relevant details on the leak in this thread: https://unity.slack.com/archives/C9H0ZN55H/p1633459566022800

@johnpars johnpars requested review from kecho and a team October 25, 2021 19:08
@github-actions
Copy link

Hi! This comment will help you figure out which jobs to run before merging your PR. The suggestions are dynamic based on what files you have changed.
Link to Yamato: https://unity-ci.cds.internal.unity3d.com/project/902/
Search for your PR branch using the search bar at the top, then add the following segment(s) to the end of the URL (you may need multiple tabs depending on how many packages you change)

HDRP
/jobDefinition/.yamato%2Fall-hdrp.yml%23PR_HDRP_trunk
With changes to HDRP packages, you should also run
/jobDefinition/.yamato%2Fall-lightmapping.yml%23PR_Lightmapping_trunk

Depending on the scope of your PR, you may need to run more jobs than what has been suggested. Please speak to your lead or a Graphics SDET (#devs-graphics-automation) if you are unsure.

@github-actions github-actions bot added the HDRP label Oct 25, 2021
@johnpars
Copy link
Contributor Author

Note: I launched Yamato to test the template projects and not the HDRP PR since this doesn't effect the HDRP runtime in any way.

@kecho
Copy link
Contributor

kecho commented Oct 25, 2021

@johnpars
Looks like yamato caught some bullshit?
https://unity-ci.cds.internal.unity3d.com/job/9571116

You might have to investigate :(

[19:17:39.167 Information] [UPM-CI-UTILS] DEBUG - Running command: npm view upm-ci-utils@stable --json version name --registry https://artifactory.prd.it.unity3d.com/artifactory/api/npm/upm-npm --loglevel silent

[19:17:41.603 Information] [UPM-CI-UTILS] DEBUG - Sending Analytics events. Found 1 event to send

[19:17:41.610 Information] [UPM-CI-UTILS] DEBUG - Package com.unity.cinemachine@2.8.0 in package.json is different to com.unity.cinemachine@2.8.1 in manifest.json. Please validate that package.json dependencies match the template's manifest.json

[19:17:41.616 Information] [UPM-CI-UTILS] DEBUG - Package com.unity.inputsystem@1.1.0-pre.5 in package.json is different to com.unity.inputsystem@1.1.1 in manifest.json. Please validate that package.json dependencies match the template's manifest.json
[UPM-CI-UTILS] DEBUG - Package com.unity.learn.iet-framework@2.0.0 in package.json is different to com.unity.learn.iet-framework@2.1.0 in manifest.json. Please validate that package.json dependencies match the template's manifest.json

[19:17:41.654 Information] [UPM-CI-UTILS] INFO - upm-ci exit code 1

[19:17:41.690 Information] Process exited
[19:17:41.697 Information] Command failed.
[19:17:41.719 Information] Unexpected ExitCode 1 (expected 0)
[19:17:41.867 Information] Commands finished with result: Failed
[19:17:41.874 Information] Starting After Block

@kecho kecho self-requested a review October 25, 2021 19:22
Copy link
Contributor

@kecho kecho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Investigate yamato fail, upm-i exit code 1

@johnpars
Copy link
Contributor Author

Oh weird, guess it didn't like that I changed the manifest. Will dig in

@johnpars
Copy link
Contributor Author

johnpars commented Oct 25, 2021

Should be fixed, forgot to update the package dependency. Re-running..

Edit: We are 🟢

@johnpars johnpars requested a review from kecho October 25, 2021 20:26
Copy link
Contributor

@remi-chapelain remi-chapelain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Repro project seems enough to verify that this is indeed fixed.

@kecho kecho marked this pull request as ready for review October 26, 2021 16:10
@kecho kecho merged commit 41382d8 into master Oct 26, 2021
@kecho kecho deleted the HDRP/fix-1374640 branch October 26, 2021 16:17
sebastienlagarde added a commit that referenced this pull request Nov 7, 2021
* Increasing HDRP fined pruned light tile count to 63. #5771

* Fix Upscaled Film Grain & Dither in HDRP (#6111)

When using particular types of upscaling, (CAS, FSR, Catmull) the
film grain quality produced by HDRP was lower than expected.

This was caused by errors in the UV scale calculations for the grain
texture.

This change fixes the issue by modifying the scale calculations to
use the final viewport size rather than the size of the current
scaled/unscaled viewport. This works because film grain is always
handled by "FinalPass" which always renders at final viewport size
anyways.

This change also fixes a few cases where the current resolution group
would have been incorrect when CAS or FSR were being used as the
upscaling method.

* Update CHANGELOG.md

* Fix regression that was introduced in a previous PR on the diffuse denoiser #6119

* Fix Light Loop Variant Warnings (1372256) #6135

* Bump the HDRP Template IET Framework Package Version #6134

* Update ray tracing and path tracing docs regarding custom interpolator limitations (#6126)

* [HDRP] Disable DoF for orthographic cameras #6124

* update occlusion radius for directional light sample (#6154)

Co-authored-by: Sean Puller <sean.puller@unity3d.com>

* Clean up Public API Documentation #6151

* Fix Sky override not taken into account #6127

* [Fogbugz # 1372245] Hdrp/drs fixing pyramid blur #6136

* Improved Area Light Support for Hair (#6157)

* Initial commit MRP implementation

* Barn door application

* Add dominant marschner lobe direction skeleton

* Finalize rect light MRP for marschner, handle forward + backward hemisphere scattering.

* Force pathtracer to far-field in case users use geometry with bad normals.

* com.unity.render-pipelines.high-definition/Runtime/Material/Hair/MultipleScattering/HairMultipleScattering.hlsl

* Fix SH ringing for multiple scattering

* Add trivial support for cookies

* Add Kajiya support for area light approximation (non-LTC)

* remove Line area light MRP for now

* Remove area rect reference

* Update area light hair test scene and reference images

* Select cookie mip based on solid angle, rename some functions, temporarily add back rect ref

* Remove the useless div-by-1 and add a comment to explain the removal of the divide by PI

* Add a comment to further explain the normalization we do on the longitudinal distribution

* Remove the ref once again

* Update test images for metal and vulkan

* Add a zero-div guard to silence compiler warning

* Update CHANGELOG.md

* [HDRP][Path Tracing] Exposed 3 methods related to path tracing and accumulation. #6197

* [HDRP] Fix infitnite material import loop materials #6185

* fixed typo: users -> uses (#6162)

* Don't blur if nothing to blur (saves memory due to RG) (#6183)

* Fix local fog volumes z axis calculation #6068

* fixed passive voice (#6092)

* Fixed grammar errors

* fixed passive voice in decal doc

* Update Decal.md

* Update Decal.md

* Update Decal.md

* AxF Raytracing: fix performance mode distillation that was broken and removed in #9d6db83478c213bc066e5f728d94b7faa6662543 (#6104)

* Add scale parameter in eye shader #6132

* updated Override Fog page (#6200)

* updated fog override screenshot

* changed Depth Extent to Volumetric Fog Distance

* Fix missing pragma (#6204)

* [HDRP] Fix custom pass motion vector texture access #6205

* Fix typo in MipBias tooltip in HDRenderPipelineUI.Skin (#6210)

* Replace gizmos FindObjectsOfType with list registrations to avoid constant slowdown in large scenes. Merged editor guards blocks. (#6168)

* [HDRP] Fix APV tooltip for Geometry Distance Offset (#6150)

* Update tooltip

* Update ProbeVolumeUI.Skin.cs

* Fixed the point distribution for the diffuse denoiser sometimes not being properly intialized. #6194

* Fixed the bad blending between the sun and the clouds (case 1373282). #6193

* Fix shadow mask fade and optimize it at same time (#6083)

* [HDRP][Path Tracing] Minor fix for SSS when combined with fog (#6215)

* Minor fix for SSS + fog.

* Comments.

* Update 1401_HairGraph_Area_Light.png

* update screenshots

Co-authored-by: Kleber Garcia <kleber.garcia@unity3d.com>
Co-authored-by: gmitrano-unity <89797527+gmitrano-unity@users.noreply.github.com>
Co-authored-by: anisunity <42026998+anisunity@users.noreply.github.com>
Co-authored-by: John Parsaie <johnpa@unity3d.com>
Co-authored-by: Pavlos Mavridis <pavlos.mavridis@unity3d.com>
Co-authored-by: Sean Puller <43151199+SeanPuller@users.noreply.github.com>
Co-authored-by: Sean Puller <sean.puller@unity3d.com>
Co-authored-by: Adrien de Tocqueville <adrien.tocqueville@unity3d.com>
Co-authored-by: Emmanuel Turquin <emmanuel@turquin.org>
Co-authored-by: Antoine Lelievre <antoinel@unity3d.com>
Co-authored-by: emilybrown1 <88374601+emilybrown1@users.noreply.github.com>
Co-authored-by: FrancescoC-unity <43168857+FrancescoC-unity@users.noreply.github.com>
Co-authored-by: RemyUnity <32760367+RemyUnity@users.noreply.github.com>
Co-authored-by: slunity <37302815+slunity@users.noreply.github.com>
Co-authored-by: James-Burr-Unity <61244495+James-Burr-Unity@users.noreply.github.com>
Co-authored-by: Torbjorn Laedre <271210+tlaedre@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants