Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


applicationToolsPath

Path to the Unity Editor Tools folder. (Read Only)
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static string applicationToolsPath { get; }

Remarks

The Tools folder contains several executable items required by the Editor for building players and importing assets. On macOS, you can access the Tools folder from
applicationContentsPath + "/Helpers"
. However, on Windows and Linux, this path changes to
applicationContentsPath + "/Tools"
.
Additional Resources: EditorApplication.applicationPath.