Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


buildConfiguration

Allows you to specify the build configuration that Unity uses when creating a build of your project.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor.UWP
  • Assembly: UnityEditor.UWP.Extensions
public static WSABuildType buildConfiguration { get; set; }

Remarks

You can specify either Debug, Master, or Release, from the WSABuildType enum.