Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public static BuildProfile GetBuildProfileAtPath(string path)

Parameters

path

The path to the build profile asset within the
Assets
folder.

Returns

Type

Description

BuildProfileThe BuildProfile asset found at the given path, or null if the asset does not exist or the path is invalid.