BuildCanBeAppended(BuildTarget, string)
Checks if Unity can append the build.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static CanAppendBuild BuildCanBeAppended(BuildTarget target, string location)
Parameters
Returns
Type | Description |
|---|---|
| CanAppendBuild | Returns a UnityEditor.CanAppendBuild enum that indicates whether Unity can append the build. |