Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


activeProfileChanged

Callback invoked when the active build profile has changed to a new value.
Read time 1 minuteLast updated 10 days ago

Definition

public static event Action<BuildProfile, BuildProfile> activeProfileChanged

Examples

BuildProfile.activeProfileChanged += (BuildProfile previous, BuildProfile current) => {}