Version: Unity 6.7 Beta (6000.7)
LanguageEnglish
  • C#

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Parameters

Parameter Description
major The major API level to compile your project against.
minor The minor API level to compile your project against. Pass 0 to omit it.

Description

Sets the version property to a release compile SDK version.

Equivalent to calling CompileSdkSpec.SetRelease. Unity writes the resulting release block with major as the apiLevel, and minor as the minorApiLevel when minor is greater than 0.