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
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
Resolution Note (fix version 3.0.0-preview.1):
Fix released in AR Foundation 3.0.0-preview.1 and related packages.