Version: Unity 6.1 Alpha (6000.1)
Language : English
Example of a complete Scriptable Renderer Feature in URP
Inject a render pass via scripting in URP

Scriptable Renderer Feature API reference for URP

You can use the following methods within a Scriptable Renderer Feature to handle its core functions. For more information on Scriptable Renderer Feature scripting and further details on the methods listed below, refer to ScriptableRendererFeature.

Method Description
AddRenderPasses Use this method to add one or more Render Passes into the rendering sequence of the renderer with the EnqueuePass method.

By default this method applies the render passes to all cameras. To change this, add logic to return early in the method when a specific camera or camera type is detected.

Note: URP calls this method once per camera when the renderer is set up, for this reason you should not create or instantiate any resources within this function.
Create Use this method to initialize any resources the Scriptable Renderer Feature needs such as Materials and Render Pass instances.
Dispose Use this method to clean up the resources allocated to the Scriptable Renderer Feature such as Materials.
SetupRenderPasses Use this method to run any setup the Scriptable Render Passes require. For example, you can set the initial values of properties, or run custom setup methods from your Scriptable Render Passes.

If your Scriptable Renderer Feature accesses camera targets to set up its Scriptable Render Passes, do it in this method instead of in the AddRenderPasses method.

Additional resources


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答
Example of a complete Scriptable Renderer Feature in URP
Inject a render pass via scripting in URP
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961