GetBuildProfileAtPath(string)
Retrieves the build profile asset located at the specified path within the Unity project.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Build.Profile
- Assembly: UnityEditor.CoreModule
public static BuildProfile GetBuildProfileAtPath(string path)
Parameters
The path to the build profile asset within the folder.
AssetsReturns
Type | Description |
|---|---|
| BuildProfile | The BuildProfile asset found at the given path, or null if the asset does not exist or the path is invalid. |