Remove clear resources at release from rendergraph debug menu by FrancescoC-unity · Pull Request #2156 · Unity-Technologies/Graphics · GitHub
Skip to content

Remove clear resources at release from rendergraph debug menu #2156

Merged
sebastienlagarde merged 2 commits into
HDRP/stagingfrom
HDRP/remove-debug-option-that-kills-debuig
Oct 9, 2020
Merged

Remove clear resources at release from rendergraph debug menu #2156
sebastienlagarde merged 2 commits into
HDRP/stagingfrom
HDRP/remove-debug-option-that-kills-debuig

Conversation

@FrancescoC-unity

Copy link
Copy Markdown
Contributor

This debug mode clears the resources upon their release, however, that means setting a render target to said resources and then clear them.

This ends up being an issue since we lose the currently set render target and as a consequence the debug menu doesn't know where to draw itself.

The only solution for now is to hide such mode from UI (while keeping it available from code)

@github-actions

github-actions Bot commented Oct 9, 2020

Copy link
Copy Markdown

@sebastienlagarde sebastienlagarde merged commit f20058c into HDRP/staging Oct 9, 2020
@sebastienlagarde sebastienlagarde deleted the HDRP/remove-debug-option-that-kills-debuig branch October 9, 2020 15:38
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.

2 participants