Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


path

The file path of the Scene.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public string path { get; set; }

Remarks

File path as listed in the Editor Build Profiles Scene list. See EditorBuildSettings.scenes for an example of how to use this class. Additional Resources: EditorBuildSettingsScene.