View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003771 | NoesisGUI | Unity | public | 2024-11-02 12:57 | 2024-11-22 18:24 |
| Reporter | SvenRH | Assigned To | jsantos | ||
| Priority | normal | Severity | minor | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.2.5 | ||||
| Target Version | 3.2.6 | Fixed in Version | 3.2.6 | ||
| Summary | 0003771: Unity 6 / URP - RenderGraph Support | ||||
| Description | The NoesisScriptableRenderPass doesn't support RenderGraph, so when trying to use Noesis the following Warning is emitted (and Noesis doesn't work)
Tried a quick ugly hack and added the following to the NoesisScritableRenderPass (made some stuff in the NoesisRenderer public so i could access it). It seems to work. There are some additonal things that are would be done in RenderOnScreen (FixCommandBuffers / Invalidate) that I skipped here as it wasn't necessary for my test case (DX12) | ||||
| Steps To Reproduce | Add Noesis to a Unity 6 URP project, press play. | ||||
| Platform | Any | ||||
|
Thanks for the time creating this ticket and proposing a workaround. We will work on this as soon as possible. |
|
|
Got a bit nicer workaround now.
and in
and FixCommandBuffer & InvalidateState are just copies of the 'normal' versions, but with UnityEngine.Rendering.UnsafeCommandBuffer as a parameter. |
|
|
Thanks for the great feedback! |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-11-02 12:57 | SvenRH | New Issue | |
| 2024-11-04 16:47 | jsantos | Assigned To | => jsantos |
| 2024-11-04 16:47 | jsantos | Status | new => assigned |
| 2024-11-04 16:47 | jsantos | Target Version | => 3.2.6 |
| 2024-11-04 16:48 | jsantos | Note Added: 0010103 | |
| 2024-11-04 16:48 | jsantos | Note Edited: 0010103 | |
| 2024-11-04 17:06 | SvenRH | Note Added: 0010104 | |
| 2024-11-22 18:17 | jsantos | Status | assigned => resolved |
| 2024-11-22 18:17 | jsantos | Resolution | open => fixed |
| 2024-11-22 18:17 | jsantos | Fixed in Version | => 3.2.6 |
| 2024-11-22 18:24 | jsantos | Note Added: 0010152 | |
| 2025-10-10 13:29 | jsantos | Category | Unity3D => Unity |