Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

BuildOptions.StrictMode

Description

Do not allow the build to succeed if any errors are reporting during it.

Without this flag, non-fatal errors - such as a failure to compile a shader for a particular platform - will not cause the build to fail, but may result in incorrect behaviour at runtime.