Version: 2023.1
言語: 日本語
レンダーパイプラインの概要
How to get, set, and configure the active render pipeline

Render pipeline feature comparison

This page contains information on feature support in the Built-in Render Pipeline, the Universal Render Pipeline (URP), and the High Definition Render Pipeline (HDRP). It also contains suggested alternatives for certain features.

For ease of reference, features are broken down into the following categories:

Platform Support

機能 ビルトインレンダーパイプライン URP HDRP
Windows Yes

DirectX 11. DirectX 12.
MacOS
Linux
XBox One
XBox Series
PlayStation 4
PlayStation 5
Nintendo Switch 不可
iOS 不可
Android 不可
Desktop VR
Mobile VR 不可
Hololens 不可
WebGL 不可

Lighting

Lights

機能 ビルトインレンダーパイプライン URP HDRP
Directional
Spot Yes

Supported shapes: Cone
Yes

Supported shapes: Cone
Yes

Supported shapes: Cone, Pyramid, Box
Point
Area Yes

Supported shapes: Rectangle (only with Enlighten Realtime Global Illumination), Disc (baked only)
Yes

Supported shapes: Rectangle (baked only), Disc (baked only)
Yes

Supported shapes: Rectangle (real-time and baked), Tube (real-time only), Disc (baked only)
Inner Spot angle 不可
Shading technique Yes

Multiple passes
Yes

Single pass only
Yes

Hybrid tile and cluster
Culling Per Object 不可
Culling Per Tile 不可 不可
Culling Per Layer Yes

Based on GameObject layers
Yes

Based on dedicated Rendering layers
Yes

Based on dedicated Light layers
Multiple directional lights Yes

Supports shadowing for one directional light at a time.
Yes

Supports shadowing for one directional light at a time. To simulate more, use Spot light with a Box shape.
Number of real-time lights per object 無制限 In Deferred: unlimited.

In Forward: 4 for GLES2, 8 for all other graphics APIs.

In Forward+: unlimited. The per Camera limit applies.
無制限
Number of real-time lights per Camera 無制限 On mobile platforms: 32.

On OpenGL ES 3.0 and earlier: 16.

On other platforms: 256.
In Deferred: 63 per 8x8 pixel tile.

In Forward: 63 per 16x16 pixel cluster.

You can disable the cap for the deferred rendering path in Frame Settings > Light Loop Debug > Deferred Tile. This will affect performance.
Light attenuation type Yes

Legacy
Yes

InverseSquared
Yes

InverseSquared
Vertex Lights 不可
SH Lights 不可 不可
Light Cookies Yes

Only shape, no color (Alpha channel).
Yes

Colored cookie (RGB)
Yes

Colored cookie (RGB)
IES Lights 不可 不可
ライトのフェード距離 不可 不可
Physical light units 不可 不可
Light anchor tool

機能 ビルトインレンダーパイプライン URP HDRP
Directional Light Shadows
Multiple Directional Light Shadows 不可 不可
Directional Light Cascade Shadows Yes

1, 2, or 4 cascades, control by percentage only.
Yes

1, 2, or 4 cascades. Control by percentage, or switch to meters.

Settings are in URP asset.
あり

1 つから 4 つのカスケード。パーセンテージまたは距離で制御。

設定は Volumes (ボリューム) 内にあります。
Shadow Cascade Blending 不可 不可
Spot Light Shadows
Point Light Shadows
Area Light Shadows 不可 不可 Yes

Only for rectangle shape
Stable Fit Shadow Projection
Close Fit Shadow Projection 不可
Shadow Lighting Pass
Shadow Screen Space Pass Yes

Mostly used for Raytracing.
Shadow bias Yes

Supported types: Constant clip space offset. Normal bias
Yes

Supported types: Offsets shadowmap texels in the light direction, Normal bias
Yes

Supported types: Slope bias, Normal bias
PCF filtering (Percentage Closer Filtering) 不可 Yes

PCF Tent 5x5
Yes

For Point and Spot lights in “Low” (PCF 3x3 4 taps) and “Medium” (PCF 5x5 9 taps) quality settings, and for Directional lights in “Low” (PCF 5x5 9 taps) and “Medium” (PCF Tent 5x5 9 taps) quality settings.
PCSS filtering (Percentage Closer Soft Shadows) 不可 不可 Yes

For Point and Spot lights, Directional lights and Area lights when in “High” quality in the HDRP settings for each kind of light.
EVSM filtering (Exponential Variance Shadow Mapping) 不可 不可 Yes

For area lights only in all quality settings except “High”.
Shadow update modes 不可 不可 Yes

Every frame, On Enable, On Demand. Each cascade can be updated independently using the API (RequestSubShadowMapRendering)
Resolution settings Yes

Configured in Quality Settings.
Yes

Configured in URP Lighting Settings.
Yes

Configure shadowmap resolution or budget per Light, and configure shadow atlas size in HDRP Asset.
Dynamic rescale 不可 不可
Directional light shadow caching 不可 不可
Punctual and Area lights shadow caching 不可 不可
Dynamic Shadow Casters 不可 不可
Static Shadow Casters 不可 不可
Contact Shadows 不可 不可
Micro Shadows 不可 不可
Shadow Cascade Volume Controller 不可 不可
影のフェード距離 Yes

Configure in Shadows Volume.
Shadow Mask Yes

Configure per scene.
Yes

Configure per scene.
Yes

Configure per Light.
ディスタンスシャドウマスク Yes

Configure per scene.
Yes

Forward Rendering Path only.
Yes

Configure per Light.
Transparent objects casting shadows Yes

Use the Transparent Cutout shaders for objects with “gaps” such as fences, vegetation, etc. or custom pixel-lit shaders using the Geometry render queue. Opacity can affect shadow intensity using dithering.
No

Alpha clipping only.
Yes

Raytracing only (incl support of colored shadows). For raster, alpha clipping only (use Alpha clipping > Shadow threshold option).
Transparent objects receiving shadows 不可 不可
Shadow tint 不可 不可 Yes

Shadow tint or penumbra tint options
Shadow matte 不可 不可 Yes

Use Unlit master node and “Enable Shadow Matte”
Shadow Layers 不可 不可

Global Illumination

機能 ビルトインレンダーパイプライン URP HDRP
Baked Global Illumination: Progressive CPU Lightmapper
Baked Global Illumination: Progressive GPU Lightmapper
Baked Global Illumination: Enlighten Lightmapper No

Deprecated
No

Deprecated
No

Deprecated
Baked Global Illumination: Mixed Lighting modes あり

Subtractive、Baked Indirect、Shadowmask、Distance Shadowmask
Yes

Subtractive, Baked indirect, Shadow mask
あり

Baked indirect、Shadowmask (ライトごとの設定)、Distance Shadowmask (ライトごとの設定)
Baked Global Illumination: Double Sided GI
Realtime Global Illumination: Pre-computed (Enlighten) Yes

Support ends after Unity 2024 LTS
Yes

Support ends after Unity 2024 LTS
Yes

Support ends after Unity 2024 LTS
Realtime Global Illumination: Screen space GI 不可 不可
Screen Space Reflections 不可
Planar Reflections 不可 不可
Raytraced Reflections 不可 不可
Screen Space Refractions 不可 不可
Non directional lightmap
Directional lightmap

Light Probes

機能 ビルトインレンダーパイプライン URP HDRP
Light Probes: Blending
Light Probes: Custom provided
Light Probes: Occlusion Probes
Light Probes: Proxy volumes (LLPV) No

Deprecated

Adaptive Probe Volumes

機能 ビルトインレンダーパイプライン URP HDRP
Probe Volumes: Per pixel lighting 不可 不可 Yes

Experimental
Probe Volumes: Blending 不可 不可 Yes

Experimental
Probe Volumes: Touchup volumes 不可 不可 Yes

Experimental

Reflection Probes

機能 ビルトインレンダーパイプライン URP HDRP
Reflection Probes: Baked
Reflection Probes: Real-time
Reflection Probes: Real-time time sliced all faces at once 不可
Reflection Probes: Real-time time sliced individual faces
Reflection Probes: On-demand API
Reflection Probes: Proxy volumes 不可 不可
Reflection Probes: Simple sampling Yes

Choose per-object how to sample reflection probes.
Yes

Choose in the URP asset whether URP always performs simple sampling from reflection probes, or if it blends.
No

See Reflection Hierarchy.
Reflection Probes: Blend probes sampling Yes

Choose per-object how to sample reflection probes.

Blend up to 2 reflection probes.
Yes

Choose in the URP asset whether URP always performs simple sampling from reflection probes, or if it blends.

If blending is enabled, URP always blends sky + 1 local probe, or 2 probes if there is no sky.
Yes

No blending limit. All reflections including planar blend between each other.
Reflection Probes: Blend probes and skybox sampling Yes

See Reflection Hierarchy.
リフレクションプローブ: 距離ベースの粗さ 不可 不可
Reflection Probes: Box Projection
Reflection Probes: Oriented Box Projection 不可 不可
Reflection Probes: Sphere Projection 不可
Reflection Probes: Per probe resolution 不可

Raytracing

機能 ビルトインレンダーパイプライン URP HDRP
Ray-traced Ambient Occlusion 不可 不可 Yes

Preview.
Ray-traced Contact Shadows 不可 不可 Yes

Preview.
Ray-traced Global Illumination 不可 不可 Yes

Preview.
Ray-traced Reflections 不可 不可 Yes

Preview.
Ray-traced Shadows 不可 不可 Yes

Preview.
Ray-traced Recursive Rendering 不可 不可 Yes

Preview.
AxF (automotive material) 不可 不可 Yes

Preview.
Terrain 不可 不可 Yes

Preview. Heightmap only. No support for terrain details and terrain trees. For vegetation on terrain, we recommend using mixed rendering modes for ray traced GI and reflections which allow to support foliage/vegetation & deformation, and for shadows using raster shadows.
VFX Graph particles 不可 不可 不可
Windows 不可 不可 Yes

Preview. Requires DX12, and platforms with hardware supporting RTX.
Linux 不可 不可 不可
PS5 不可 不可 Yes

Preview.
XBox Series 不可 不可 Yes

Preview.

Pathtracing

機能 ビルトインレンダーパイプライン URP HDRP
Lit (Pathtracing support) 不可 不可 Yes

Preview.
Hair (Pathtracing support) 不可 不可 Yes

Preview.
Eye (Pathtracing support) 不可 不可 不可
Fabric (Pathtracing support) 不可 不可 Yes

Preview.
AxF (Pathtracing support) 不可 不可 Yes

Preview.
Decals (Pathtracing support) 不可 不可 不可
Depth of field (Pathtracing support) 不可 不可 Yes

Preview.
Exponential Fog (Pathtracing support) 不可 不可 Yes

Preview.
Anisotropic fog (Pathtracing support) 不可 不可 Yes

Preview.
Local Volumetric fog (Pathtracing support) 不可 不可 不可
HDRI sampling 不可 不可 Yes

Preview.
Denoiser 不可 不可 Yes

Preview. NVidia Optix™ AI accelerated denoiser or
Intel® Open Image Denoise.
Recorder integration 不可 不可 Yes

Preview.

Environment lighting

機能 ビルトインレンダーパイプライン URP HDRP
Skybox Yes

Per project. Set in the Lighting window.
Yes

Per project. Set in the Lighting window.
Yes

Uses a single sky to bake global illumination, otherwise uses sky settings per Volume. You can create your own sky via script and Material.
Gradient Yes

Per project. Set in the Lighting window.
Yes

Per project. Set in the Lighting window.
Yes

Uses a single sky to bake global illumination, otherwise uses sky settings per Volume. You can create your own sky via script and Material.
Color Yes

Per project. Set in the Lighting window.
Yes

Per project. Set in the Lighting window.
Yes

Uses a single sky to bake global illumination, otherwise uses sky settings per Volume. You can create your own sky via script and Material.
Real-time Ambient Mode Yes

By script.
Yes

By script.
Yes

Uses a single sky to bake global illumination, otherwise uses sky settings per Volume. You can create your own sky via script and Material.
Baked Ambient Mode Yes

By default
Yes

By default
Yes

Configure in Visual Environment Volume.

Uses the environment stored in Lighting > Environment settings.
Indirect Lighting Controller 不可 不可

HDR

機能 ビルトインレンダーパイプライン URP HDRP
HDR rendering
HDR output 不可 不可 Yes

Use the HDROutputSettings API to configure HDR output options and HDRP’s tonemapping HDR options.
See HDRP HDR documentation for more information.

Color space

機能 ビルトインレンダーパイプライン URP HDRP
Linear Yes

Requires OpenGLES3.0
Yes

Requires OpenGLES3.0
Gamma 不可

カメラ

機能 ビルトインレンダーパイプライン URP HDRP
Multi display
Hardware Dynamic resolution Yes

Limited platform support.
Yes

Limited platform support.
Software Dynamic resolution 不可 不可
Nvidia Deep learning super sampling (DLSS) 不可 不可
AMD FidelityFX™ Super Resolution 1.0 不可
TAA upsampler 不可 不可
Mip bias 不可
Compositing multiple cameras Yes

Use multiple cameras
Yes

Use Camera stacking
Yes

Use HDRP Compositor
Physical camera Yes

Affects field of view only
Yes

Affects field of view only
Yes

Affects field of view, exposure, bloom, and depth of field
Multi-sample anti-aliasing (MSAA) Yes

Forward rendering path only
Yes

Forward rendering path only
Yes

Forward rendering path only
Fast approximate anti-aliasing (FXAA)
Subpixel morphological anti-aliasing (SMAA)
Temporal anti-aliasing (TAA) Yes

Additional pass to render all object’s motion vectors. No support for transparents. 32-bits (float)
Yes

Additional pass to render all object’s motion vectors. No support for transparents. No custom motion vectors in ShaderGraph. Not compatible with Dynamic Resolution, MSAA or Camera Stacking. 16-bits (half).
Yes

Uses per-shader motion vectors and the stencil buffer to only render motion vectors where needed. Supports transparents. Allows custom motion vectors in shaders, for example using the ShaderGraph or Alembic packages. 32-bits (float).
Depth Texture
Depth + Normal Texture Yes

Only active when using SSAO
Depth + Normal Texture (affected by decals) 不可 不可 Yes

Except if MSAA is enabled.
Color Texture 不可
Motion Vectors

シェーダー

Authoring worklfows

機能 ビルトインレンダーパイプライン URP HDRP
Material Variants
Shader Graph
ShaderLab Yes

Hand-coded shaders are supported, but not recommended. Shader Graph is recommended (more easily upgradable).
Yes

Hand-coded shaders are supported, but not recommended. Shader Graph is recommended (more easily upgradable).
ShaderLab Command: UsePass
ShaderLab Command: GrabPass No

Alternative: Scene color node in ShaderGraph / create a Renderer Feature
No

Alternative: Scene color node in ShaderGraph / create a Custom Pass
サーフェスシェーダー 不可 不可
Diffusion Profiles 不可 不可

Prebuilt shaders

機能 ビルトインレンダーパイプライン URP HDRP
Camera-relative rendering 不可 不可
Material type: Metallic / Standard
Material type: Specular
Surface Type and Blend Mode: Opaque
Surface Type and Blend Mode: Faded (Alpha Blend) Yes

Also supports premultiplied alpha.
Surface Type and Blend Mode: Transparent
Surface Type and Blend Mode: Cutout
Surface Type and Blend Mode: Additive 不可
Surface Type and Blend Mode: Multiply 不可 No

Not compatible with half res transparent optimization and offscreen UI blending.
Surface Type and Blend Mode: Translucence 不可 不可 Yes

Translucent Material Type in the Lit shaders
Surface Type and Blend Mode: Iridescence 不可 不可 Yes

Iridescent Material Type in the Lit shaders
Surface Inputs: Albedo (Base Map)
Surface Inputs: Specular Yes

Base map when using Material Type Specular
Surface Inputs: Metallic Yes

Stored in the R channel of the Mask Map.
Surface Inputs: Ambient Occlusion Yes

Stored in the G channel of the Mask Map.
Surface Inputs: Smoothness Yes

Stored in the A channel of the Mask Map.
Surface Inputs: Normal Map
Surface Inputs: Bent Normal Map 不可 不可
Surface Inputs: Detail Map Yes

Albedo stored in the R channel of the Detail Map. Smoothness stored in the B channel.
Surface Inputs: Detail Normal Map Yes

Y axis stored in the G channel of the Detail Map. X axis stored in the A channel.
Surface Inputs: Heightmap Yes

Pixel displacement only.
Yes

Pixel displacement only.
Yes

Pixel or vertex displacement.
Surface Inputs: Detail Mask Yes

Stored in the B channel of the Mask Map.
Surface Inputs: Emissive Map
Surface Inputs: Transmission Mask 不可 不可 Yes

Also available in Shader Graph.
Surface Inputs: Specular Occlusion 不可 不可
Surface Inputs: Planar & Triplanar mapping No

Alternative: Use ShaderGraph Triplanar node
No

Alternative: Use ShaderGraph Triplanar node
Included Lighting models: ClearCoat 不可
Included Lighting models: SubSurface Scattering 不可 不可
Included Lighting models: Anisotropy 不可 不可
Included Lighting models: Irridescence 不可 不可
Included Lighting models: Fabric 不可 不可
Included Lighting models: Eye 不可 不可 Yes

Eye caustics available in High quality mode.
Included Lighting models: Hair (Approximate) 不可 不可 Yes

Based on Kajiya Kay parametrization
Included Lighting models: Hair (Physical) 不可 不可 Yes

Based on Marshner-Disney parametrization.
Add custom Lighting model as a plugin 不可 Yes

Pluggable Master Node (undocumented)
Features: Light Cookies Yes

Supports grayscale textures
Yes

Supports RGB textures
Yes

Supports RGB textures
Features: Parallax Mapping
機能: ライトのフェード距離 不可 不可
機能: 影のフェード距離 Yes

Configure in Shadows Volume.
Features: Shadow Cascade Blending 不可 不可
Features: GPU Instancing
Features: Double Sided GI 不可
Features: Two Sided 不可 Yes

Configure with the RenderFace property.
Yes

Configure with the Double Side toggle.
Features: Material sorting priority 不可
Features: Renderer sorting priority 不可 No

Not exposed (use debug mode of the inspector).
Features: GPU Tesselation 不可 不可 Yes

Use the LitTesselation Shader.
Features: Specular Occlusion 不可 不可 Yes

Use only the ambient occlusion map, or both bent and ambient occlusion maps.
Features: Geometric Specular Anti-Aliasing 不可 不可
Features: Add precomputed velocity 不可 不可 Yes

Requires per vertex velocity information (eg: Alembic, or using ShaderGraph custom velocity option)

Shader Graph

機能 ビルトインレンダーパイプライン URP HDRP
Full screen master node 不可
Custom post-processing 不可
Custom render texture
Text Mesh Pro 不可 不可
Decals 不可
Fog Volume 不可 不可
Terrain 不可 不可 不可

World building

Environment (環境)

機能 ビルトインレンダーパイプライン URP HDRP
Terrain system: Physically Based Shader 不可
Terrain system: Simple Lit (Blinn-Phong) Shader 不可 不可
Terrain system: Speed Tree Shader Yes

SpeedTree 8 only.
Terrain system: Paint Trees
Terrain system: Vegetation
Terrain system: Terrain Details
Terrain system: number of Terrain Layers Yes

Unlimited
Yes

With height-based blending: 4
With alpha blending: unlimited
Yes

8
Terrain system: GPU Instanced Rendering
Terrain system: Terrain Holes
Water system: Physically Based Shader 不可 不可
Water system: Compute based wave simulation 不可 不可
Water system: CPU wave simulation for gameplay integration 不可 不可
Water system: Support for decals (eg: Foam) 不可 不可
Water system: Underwater Caustics 不可 不可
Water system: Under water rendering 不可 不可
Speedtree 8 Yes

Both Shader Graph and ShaderLab shaders available
Yes

Shader Graph shader only
Wind Zone

Sky

機能 ビルトインレンダーパイプライン URP HDRP
Procedural Skybox No

This sky type is deprecated, but you can still use if if you install the Procedural Sky Sample.
6 sided Skybox Yes

HDRI Sky supports cubemaps. Unity can build cubemaps from this type on import.
Cubemap Yes

HDRI Sky supports cubemaps.
Panoramic Yes

HDRI Sky supports cubemaps. Unity can build cubemaps from this type on import.
Physical Sky 不可 不可
Gradient Sky 不可 不可
Sky distortion 不可 不可 Yes

Procedural or Flowmap
Cloud layers 不可 不可

Volumetrics

機能 ビルトインレンダーパイプライン URP HDRP
Volumetric Clouds 不可 不可
Linear Fog Yes

Configure in Graphics Settings.
Yes

Configure in Graphics Settings.
不可
Exponential Fog Yes

Configure in Graphics Settings.
Yes

Configure in Graphics Settings.
Yes

Configure with the Fog Override.
Exponential Squared Yes

Configure in Graphics Settings.
Yes

Configure in Graphics Settings.
不可
Local Volumetrics 不可 不可
3D Render texture for local volumetric fog 不可 不可
Volumetric Material (use ShaderGraph for local volumetric fog) 不可 不可
Fog Scattering & Atmospheric scattering 不可 不可

Visual effects

Post-processing

機能 ビルトインレンダーパイプライン URP HDRP
Feature support Yes

Uses separate package: Post-Processing V2
Yes

Uses integrated post-processing solution
Yes

Uses integrated post-processing solution
Per-project default effects 不可 不可 Yes

A default volume can be applied to the project using HDRP default settings.
Ambient Occlusion Yes

Supported types: Multi-scale ambient occlusion
Yes

Supported types: Screen Space Ambient Occlusion (Depth or normal)
Yes

Supported types: Screen Space Ground Truth Ambient Occlusion (Normal + temporal, tinted multi bounced, specular occlusion), Ray-traced ambient occlusion
Exposure Yes

Supported types: Fixed, Automatic
Yes

Supported types: Fixed
Yes

Supported types: Fixed, Automatic (Eye adaptation), Curve Mapping, Physical Camera settings and Histogram.
Bloom
Chromatic Aberration
Tonemapping (Neutral, ACES, Custom)
White balance 不可
Color Channel Mixer 不可
Color Adjustments
Color Curves
Lift, Gamma, Gain
Shadows, Midtones, Highlights
Split Toning 不可 不可
Depth of Field Yes

Supported types: Bokeh
Yes

Supported types: Bokeh and Gaussian
Yes

Supported types: Bokeh
Physical Depth of Field 不可 不可
Film Grain
Lens Distortion
Camera Motion Blur
Object Motion Blur 不可
Screen Space Reflections 不可
Screen Space Refractions 不可 不可
Vignette
Panini Projection 不可
Screen Space Lens Flares 不可
Custom post-processing Yes

See Full Screen Pass Renderer Feature.
Yes

Either with script or ShaderGraph.

CPU Particles (Shuriken)

機能 ビルトインレンダーパイプライン URP HDRP
Feature support Yes

GPU instancing is not supported. Distortion and flipbook blending can be done with Shader Graph. No standard particle shader available, but example particles ShaderGraph shaders can be found in the HDRP package samples.
Lit Particles
Simple lit particles Yes

Uses Blinn Phong.
Unlit particles
Soft Particles Yes

Available via Shader Graph. Examples available in the particles system shader samples in the HDRP package sample.
Distortion Yes

Available via Shader Graph. Examples available in the particles system shader samples in the HDRP package sample.
Flipbook blending Yes

Available via Shader Graph. Examples available in the particles system shader samples in the HDRP package sample.
Trail
GPU Instancing 不可

GPU Particles (VFX Graph)

機能 ビルトインレンダーパイプライン URP HDRP
Feature support 不可 Yes

Compute capable hardware only. OpenGL ES not supported.
Yes

Compute capable hardware only.
Supported Shader graph shaders 不可 Yes

VFX Shader Graph, Lit, Unlit, 2D Sprite Lit, 2D Custom Lit
Yes

VFX Shader Graph, Lit, Unlit, Hair, Fabric (no support for tessellation, nor decal)
Renders with 2D 不可 Yes

3D particles and support for sorting layers and sprites. No support for 2D Physics, 2D sprites emitters, nor 2D Lights
不可
Lit Particles 不可
Simple lit particles 不可 不可
Unlit particles 不可
Soft Particles 不可
Distortion 不可 不可
Flipbook blending 不可 Yes

Linear interpolation or flipbook motion vectors
Yes

Linear interpolation or flipbook motion vectors
Trail 不可 Yes

Experimental
Yes

Experimental
Half-resolution 不可 不可
Decals 不可 Yes

VFX Graph Forward decals (limited), no support for URP decals nor Shader Graph decals
Yes

VFX Forward decals (limited), HDRP Decals (no support for Shader Graph decals)
Camera Buffer 不可 不可 Yes

Depth collision, Color buffer
Instancing 不可
Skinned Mesh Sampling 不可
6-way lighting 不可 不可

Decals

機能 ビルトインレンダーパイプライン URP HDRP
Decals No

Suggested alternative: Projector component.
Yes

Projector decals (Forward + DBuffer) or Screen Space Decals (Deferred), no decal layers, no emissive decals
Yes

Projector decals (Forward & Deferred + DBuffer) or Mesh decals, support on transparents (Cluster decals), support decal layers, surface gradients, emissive decals
Decal layers 不可

Other visual effects

機能 ビルトインレンダーパイプライン URP HDRP
Projector component No

Use the Decal Renderer Feature instead.
No

Use the Decal Projector instead.
Line Renderer コンポーネント
Trail Renderer コンポーネント Yes

You can also use VFX Graph to create a custom trail effect.
Yes

You can also use VFX Graph to create a custom trail effect.
Billboard Renderer コンポーネント No

Suggested alternative: Use VFX Graph.
Halo component No

Suggested alternative: Use a Lens Flare (SRP) Data asset and a Lens Flare (SRP) component.
No

Suggested alternative: Use a Lens Flare (SRP) Data asset and a Lens Flare (SRP) component, or use a celestial body in a directional light.
レンズフレア Yes

Use a Flare asset and either a Light component or a Lens Flare component.


Lens Flare (SRP) Data アセットと Lens Flare (SRP) コンポーネントを使用します。


Lens Flare (SRP) Data アセットと Lens Flare (SRP) コンポーネントを使用します。

2D and UI

2D

機能 ビルトインレンダーパイプライン URP HDRP
Sprite 不可
Tilemap 不可
Sprite Shape 不可
Pixel-Perfect Yes

Using the “2D Pixel Perfect” package.
Yes

Using the “2D Pixel Perfect” package.
不可
2D Lights 不可 不可
2D Shadows 不可 不可
VFX Graph 不可 Yes

Supports 3D particles, sorting layers, ShaderGraph Sprite Lit and Custom Lit targets, Alpha Clipping with Shadergraph Sprite Lit, Unlit and Custom Lit targets.

Does not support 2D Physics, 2D sprites emitters, or 2D Lights.
不可

UI

機能 ビルトインレンダーパイプライン URP HDRP
Screen Space - Overlay
Screen Space - Camera
World Space Yes

Use the UI Camera stacking Custom pass for improved performance.
Text Mesh Pro

XR

機能 ビルトインレンダーパイプライン URP HDRP
Multipass
Single Pass (double-wide) No

Deprecated
No

Deprecated
Single Pass Instanced Yes

Windows and PSVR only
Multiview 不可
AR Foundation 不可

スクリプト

Render Pipeline Hooks

機能 ビルトインレンダーパイプライン URP HDRP
Camera.RenderWithShader No

Suggested alternative: ScriptableRenderPass
No

Suggested alternative: CustomPass with shader override
Camera.AddCommandBuffer (Camera.Remove[All]CommandBuffer) 不可 No

Alternative: Custom Passes
Camera.Render
Light.AddCommandBuffer (LightRemove[All]CommandBuffer) 不可 不可
OnPreCull No

Suggested alternative: RenderPipelineManager.beginCameraRendering or ScriptableRenderPass
不可
OnPreRender No

Suggested alternative: RenderPipelineManager.beginCameraRendering or ScriptableRenderPass
不可
OnPostRender 不可 不可
OnRenderImage No

Suggested alternative: ScriptableRenderPass
No

Suggested alternative: Fullscreen CustomPass
OnRenderObject Yes

RenderPipelineManager.endCameraRendering or
ScriptableRenderPass API
No

RenderPipelineManager.endCameraRendering or
Custom Pass
OnWillRenderObject
OnBecameVisible
OnBecameInvisible
Camera Replacement Material 不可 No

Suggested alternative: use Render Feature to replace materials per-Pass.
No

Suggested alternative: Custom Pass with material override
RenderPipeline.BeginFrameRendering 不可
RenderPipeline.EndFrameRendering 不可
RenderPipeline.BeginCameraRendering 不可
RenderPIpeline.EndCameraRendering 不可
UniversalRenderPipeline.RenderSingleCamera 不可 不可
ScriptableRenderPass 不可 Yes

This is similar to the CustomPass feature in HDRP.
不可
Custom Renderers 不可 不可
CustomPass 不可 不可 Yes

This is similar to the ScriptableRenderPass feature in URP.
Custom Post Process Pass 不可 不可
Arbitrary Output Variables (AOV) API 不可 不可
Recording API 不可 不可

Optimizations

機能 ビルトインレンダーパイプライン URP HDRP
Batching By Shader 不可
Batching By Material
Batching by Material Property Blocks Yes

Batched separately from the SRP Batcher
Yes

Batched separately from the SRP Batcher
Dynamic batching (without SRP Batcher)
Real-time batching with SRP Batcher 不可 Yes

Requires OpenGLES 3.1. On unsupported graphics APIs, falls back to Dynamic Batching.
Dynamic Shadows Batching No

Deprecated.
GPU Instancing Yes

Disabled by default when SRP Batcher is enabled.
Render Graph 不可 不可
Dynamic Render Pass Culling 不可 不可 Yes

Disabled by default.

Debug

機能 ビルトインレンダーパイプライン URP HDRP
Scene View Modes Yes

Except mipmap view
Volume Explorer 不可 不可
Rendering debugger 不可
Runtime GPU profiler 不可
Probe volume debugger 不可 不可 Yes

Experimental
Color Monitors No

Use post processing stack v2
不可 Yes

Waveform, Parade, Vectorscope
レンダーパイプラインの概要
How to get, set, and configure the active render pipeline