Search Issue Tracker
Fixed in 3.0.0-preview.1
Votes
22
Found in [Package]
2.1.0
Issue ID
1059195
Regression
No
[SRP] ARBackgroundRenderer support
SRP Repo: Issue #1033
ARBackgroundRenderer relies on command buffers to fill the screen with a material before opaque rendering.
This class is relied on to render background in AR apps (ARCore, ARInterface, etc)
I think it should be supported by - at least - the LWRP, so it would work out of the box on existing projects (I'm seeing this in issues on Github in their respective repos already, people want SRP support)
So I think the approach is, either have a way to let the ARBackgroundRenderer add it's command buffer to the current render pipeline, or have the LWRP support it out of the box.
Another approach is, since the ARBackgroundRenderer adds a command buffer to the camera, shouldn't the render pipelines, by default, loop through these commands and add them to the list before the submit?
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note (fix version 3.0.0-preview.1):
Fix released in AR Foundation 3.0.0-preview.1 and related packages.