Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Local

Search in local Materials folder.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Field
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
Local = 0

Remarks

Unity will try to locate the material in local Materials folder, i.e. in path modelFilePath/Materials. For example: if model is Assets/Model/MyModel.fbx, then it will try to locate the material in Assets/Model/Materials folder. Additional Resources: ModelImporter.materialSearch.