UserBuildSettings
User build settings for the Universal Windows Platform.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEditor.UWP
- Assembly: UnityEditor.UWP.Extensions
public static class UserBuildSettings
Static Properties
Property | Description |
|---|---|
| buildConfiguration | Allows you to specify the build configuration that Unity uses when creating a build of your project. |
| copyPDBFiles | Enable this setting if you want Unity to copy the PDB files containing debugging symbols to the build folder during the build process. |
| copyReferences | Enable this setting to copy Unity engine library references from the Unity install path to the generated solution. |