- Home /
How to support HDRP , Universal and Standard render pipelines in one project ?
The title is pretty straight forward. I have a project in standard render pipeline (standard shader). This is currently sold in the asset store. My question is how can I support multiple render pipelines within the same project?
If I can do that I will update my current product otherwise I will need to create two additional products, one for HDRP and one for Universal render pipeline. This does not seem so efficient way to deal with this.
Thank you for your time.
I wanna do the same thing. I just spent a long time making a texture and just realized I can't use it with URP. I don't wanna switch to HDRP as this is a mobile game. I do wanna be able to just use different render pipelines for certain platforms. For example, for PC, $$anonymous$$ac, Linux I wanna use HDRP, but for mobile I need to use URP. $$anonymous$$aybe even have an option in game to change between them. Have you found any way of doing this yet?
Answer by dorusoftware · Jan 12, 2021 at 03:05 PM
I don't have the exact answer but I'm assuming you will not be able to do it because each time you switch your project from one of these modes it rebuilds materials and scripts and what not.
So I'm assuming the HDRP, Universal and standard are mutually exclusive so you can't have all three at the same time in the unity project and consequently you can't build a game with all of them included
Your answer

Follow this Question
Related Questions
How to get surface shaders to work in URP? 2 Answers
How to map subshader to the Builtin Render Pipeline? 0 Answers
Sorting Issue with Particle System in Universal Render Pipeline 2 Answers
Water Shader in URP? 0 Answers
PBR Custom Shader produces no shadow 0 Answers