View Issue Details

IDProjectCategoryView StatusLast Update
0001826NoesisGUIUnity3Dpublic2021-12-10 03:16
Reporterkokolihapihvi Assigned Tojsantos  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.0.6 
Target Version3.1.2Fixed in Version3.1.2 
Summary0001826: HDRP render texture overlap / stacked cameras not rendering
DescriptionI ran into 0001811 while adding a render texture view to a scene.
Applying the fix provided in 0001811:0006699 fixed the overlap problem, but stopped stacked UI cameras from rendering.
UI is still interactable, but not visible.

We use stacked cameras to switch between multiple complex views, one being active at a time on top of the main camera.

Unity 2019.4.10f1, HDRP 7.3.1
TagsUnity HDRP
PlatformAny

Relationships

related to 0001811 resolvedjsantos using Render texture mode with HDRP causes render overlap in viewport an rewrite in other render textures 

Activities

jsantos

jsantos

2020-10-30 20:16

manager   ~0006713

Thanks for reporting this, last time we tried the integration with stacked cameras we found a few bugs. I hope Unity fixed all the problems and we can have this properly solved.
jsantos

jsantos

2021-12-10 03:16

manager   ~0007663

Stacking cameras are not supported in HDRP, but we added support for manually selecting the injection point (before or after the post-processing) using Custom Passes. The documentation will give more detail but basically the steps are:

1. Attach a 'Custom Pass Volume' to the camera
2. Set 'Mode' to 'Camera'
3. Set 'Target Camera' to the same camera
4. Select 'Injection Point' (only 'Before Post Process' or 'After Post Process' makes sense)
5. Add a Custom Pass of type 'NoesisCustomPass'
6. Set 'Clear Flags' to 'Stencil'

If you don't need this for tweaking the post processing then we don't recommend using more than one camera. Just use a single Noesis view and add content dynamically to the root.

Please, let us know (at the forums) if you need more information about this.

Issue History

Date Modified Username Field Change
2020-10-30 19:21 kokolihapihvi New Issue
2020-10-30 19:21 kokolihapihvi Tag Attached: Unity HDRP
2020-10-30 19:28 kokolihapihvi Relationship added related to 0001811
2020-10-30 20:15 jsantos Assigned To => jsantos
2020-10-30 20:15 jsantos Status new => assigned
2020-10-30 20:15 jsantos Target Version => 3.0.8
2020-10-30 20:16 jsantos Note Added: 0006713
2020-12-03 13:12 jsantos Target Version 3.0.8 => 3.0.9
2021-01-12 01:06 jsantos Target Version 3.0.9 => 3.0.10
2021-02-10 18:29 jsantos Target Version 3.0.10 => 3.0.11
2021-03-15 17:10 jsantos Target Version 3.0.11 => 3.0.12
2021-05-04 02:43 jsantos Target Version 3.0.12 => 3.0.13
2021-12-10 02:54 jsantos Target Version => 3.1.2
2021-12-10 03:16 jsantos Status assigned => resolved
2021-12-10 03:16 jsantos Resolution open => fixed
2021-12-10 03:16 jsantos Fixed in Version => 3.1.2
2021-12-10 03:16 jsantos Note Added: 0007663