Click or drag to resize
BuildSettingsGetDefaultBuildPath Method
Returns the default build path for the specified build target.

Namespace: Slash.Unity.Editor.Common.Build
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
public string GetDefaultBuildPath(
	BuildTarget buildTarget
)

Parameters

buildTarget
Type: BuildTarget
Build target to get path for.

Return Value

Type: String
Path to build package/executable/...
See Also