- Home /
URP Renderer Feature works on mobile?
Hello. I'm developing a VR project using Universal Render Pipeline. I'm using the Renderer Feature to use the screen space outline in my project. It works good on pc, but not works on mobile(android). Also, other custom renderer features won't work.
Tested on unity 2019.3.7f1 and Universal RP 7.1.8, 7.4.1.
Is there a way to make the renderer feature work on mobile?
Answer by qsleonard · Aug 28, 2020 at 07:20 AM
Make sure you have changed all "Opaque Texture" fields to true state in all your UniversalRP assets. Worked for me :)

Your answer
Follow this Question
Related Questions
How to rotate an HDRI sky through a script in the HD render pipeline? 1 Answer
HDRP Point Light shadows issue 0 Answers
HRDP vs URP 1 Answer
Good Soft Shadows with HDRP 2 Answers
StereoRenderShader not work on lwrp, How to fix it? 0 Answers