- Home /
How to diff render scale between UI camera and battle camera in URP?
I want to diff render scale between UI camera and battle camera in URP. URP document say render scale can do this.
https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@7.4/manual/universalrp-asset.html?q=render%20scale But I can't find a way to realize it. Please tell me how to change render scale of battle camera but keep UI camera render scale not change.
Forgive my poor English.
hello, I have never used the URP but maybe i can help you, in the documentation says you access the properties using a scriptableobject, there should be a property that sets the render scale factor, isnt there?
Answer by dowon951 · Oct 26, 2020 at 11:22 AM
https://github.com/do-won-kim/Unity_Storage/blob/main/UniversalRenderPipeline.cs
I solved it by touching the pipeline code a bit function RenderCameraStack in UniversalRenderPipeline
Answer by dowon951 · Oct 25, 2020 at 11:34 AM
https://github.com/do-won-kim/Unity_Storage/blob/main/UniversalRenderPipeline.cs
I solved it by touching the pipeline code a bit function RenderCameraStack in UniversalRenderPipeline
Answer by Duckocide · Oct 25, 2020 at 12:08 PM
Hi @finalsola
The Render scale can be found in the properties of your URP pipeline asset...
(Tucked away somewhere in your assets folder)
Your answer
