-
Notifications
You must be signed in to change notification settings - Fork 855
[2021.2][SG] Backport of fix to exceptions being thrown on undo-ing adding inputs to a category #5830
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
[2021.2][SG] Backport of fix to exceptions being thrown on undo-ing adding inputs to a category #5830
Conversation
fixed bug 1348910
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. Shader Graph 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. |
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.
LGTM
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.
Tested this in 2021.2 and it's working correctly. Nice!
…ologies#4453) * Hotfix for Hololens Remote Rendering (Unity-Technologies#5830) * Hotfix for Hololens. * Added changelog. * Adding a if statement suggested by MS Co-authored-by: Elvar Örn Unnþórsson <ellioman@ellioman.com> # Conflicts: # com.unity.render-pipelines.universal/CHANGELOG.md # com.unity.render-pipelines.universal/Runtime/ForwardRenderer.cs # com.unity.render-pipelines.universal/Runtime/UniversalRenderPipelineCore.cs * Fixed merge error. * Fixed formatting. * Fixed code issue with latest URP. * Change to check cameraData instead of camera. * Addressed code feedback. * Addressed feedback from reviewers. Co-authored-by: Felipe Lira <felipedrl@gmail.com>
…hnologies#4639) * [10.x] Forward port hotfix for Hololens Remote Rendering (Unity-Technologies#4453) * Hotfix for Hololens Remote Rendering (Unity-Technologies#5830) * Hotfix for Hololens. * Added changelog. * Adding a if statement suggested by MS Co-authored-by: Elvar Örn Unnþórsson <ellioman@ellioman.com> # Conflicts: # com.unity.render-pipelines.universal/CHANGELOG.md # com.unity.render-pipelines.universal/Runtime/ForwardRenderer.cs # com.unity.render-pipelines.universal/Runtime/UniversalRenderPipelineCore.cs * Fixed merge error. * Fixed formatting. * Fixed code issue with latest URP. * Change to check cameraData instead of camera. * Addressed code feedback. * Addressed feedback from reviewers. Co-authored-by: Felipe Lira <felipedrl@gmail.com> # Conflicts: # com.unity.render-pipelines.universal/CHANGELOG.md # com.unity.render-pipelines.universal/Runtime/UniversalRenderPipelineCore.cs * Formatted the changes.
Purpose of this PR
Backport of PR: #5818
Fixes bug: https://fogbugz.unity3d.com/f/cases/1348910/ in the 2021.2 branch