Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

SearchType

enumeration

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

Description

Describe how to use the path in ResourcePathsBaseAttribute.

What is the loading method to use? It may vary regarding the resource location. There is also an extra way to find shader by their internal name.

Properties

ProjectPathUsed for resources inside the project (e.g.: in user project or in packages).
BuiltinPathUsed to search in the builtin resources provided with the editor.
BuiltinExtraPathUsed to search in the builtin extra resources provided with the editor.
ShaderNameUsed for shader that should be found by their name.