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
Universal Staging branch #7093
Universal Staging branch #7093
Conversation
* Initiialze RT descriptor for preview camera case 1393818 * Add Changelog * Move SetCameraSettings so the descriptor is set in each possible situation * formatting * formatting * Remove empty commandbuffer execute * Remove reset to buffer A when setting descriptor Co-authored-by: Felipe Lira <felipedrl@gmail.com>
* * Added missing XR macros for deferred fog pass. * * Updated CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Felipe Lira <felipedrl@gmail.com>
* Add compressed cookie formats to single channel detection. * changelog. Co-authored-by: Felipe Lira <felipedrl@gmail.com>
|
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. URP 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. |
|
It appears that you made a non-draft PR! |
* Add FP16 test case * Primary render target HDR format. * Add TODOs for possible HDR format update/syncs with main URP asset. * Revert "Add FP16 test case" This reverts commit 7234904. * Handle user HDR format for postprocessing. * Don't touch 2D renderer HDR format. * Adapt native render pass to user hdr format. * Add FP16 Test case. * Review comment fixes. * Remove potential lighting issues from the test case. * Add changelog. * Add ref images. * Fix review issues. * Rename HDRFormat to HDRPrecision. * Indent HDR Precision option. * Changed HDRPrecision to be an additional property. * Fix code docs. * Add enum tool tips. Improve tooltips. * Add missing namespace. * Fix merge. * Add filter for mac for APV test (#7091) Co-authored-by: FrancescoC-unity <43168857+FrancescoC-unity@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PRs are looking good.
I have triggered this Yamato job, which runs URP Sample scene on multiple platforms and tests the visual correctness: https://yamato.cds.internal.unity3d.com/jobs/1724-reach-qa-graphics-template-urp/tree/master/.yamato%252FAll.yml%2523trunk_Run_All/11624620/job/pipeline
|
All the failures seem related to 3 errors. These seems fixed in master already. Rerunning some tests on 22fd297 to validate.
|
Purpose of this PR