LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

WSABuildType

enumeration

Description

Build configurations for Windows Store Visual Studio solutions.

Properties

DebugDebug configuation. No optimizations, profiler code enabled.
ReleaseRelease configuration. Optimization enabled, profiler code enabled.
MasterMaster configuation. Optimizations enabled, profiler code disabled. This configuration is used when submitting the application to Windows Store.