The destination path that Unity uses for the build.
Set this property to a fixed path or include variables in the path. Unity resolves each variable to the value of a public static field or property. Specify either an absolute path or a path relative to the project's root folder, which is the folder that contains the Assets folder. Enclose each variable in square brackets and use the fully qualified member name, for example [UnityEditor.EditorUserBuildSettings.activeBuildTarget].
When you read this property, Unity replaces each variable with the string value of the corresponding member and returns the fully resolved path. When you assign a value, Unity stores it unchanged. The stored value can contain unresolved variables.
Unity applies the following rules when it resolves a variable: