Select your preferred scripting language. All code snippets will be displayed in this language.
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.
CloseFor 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.
CloseThe 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.