View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001826 | NoesisGUI | Unity3D | public | 2020-10-30 19:21 | 2021-12-10 03:16 |
Reporter | kokolihapihvi | Assigned To | jsantos | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.0.6 | ||||
Target Version | 3.1.2 | Fixed in Version | 3.1.2 | ||
Summary | 0001826: HDRP render texture overlap / stacked cameras not rendering | ||||
Description | I 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 | ||||
Tags | Unity HDRP | ||||
Platform | Any | ||||
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. | |
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. |
|
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 |