| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Build.Profile.BuildProfile-activeProfileChanged.html | [Back] [Original] |
| Parameter | Description |
|---|---|
| value | Callback expecting the previous and current active build profile. |
Callback invoked when the active build profile has changed to a new value.
BuildProfile.activeProfileChanged += (BuildProfile previous, BuildProfile current) => {}
| Web Proxy Viewer | New URL | Original Page |