Camera.renderingPath

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual
public RenderingPath renderingPath;

Description

The rendering path that should be used, if possible.

In some situations, it may not be possible to use the rendering path specified, In this case the renderer automatically uses a different path; for example, if the underlying GPU/platform does not support the requested one, or some other situation causes a fallback.

For this reason, we also provide the read-only property actualRenderingPath, which allows you to discover which path is actually being used.

See Also: actualRenderingPath, RenderingPath.

Did you find this page useful? Please give it a rating: