Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SerializeUnityVersion

Include the Unity version information in the serialized build data.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Field
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
SerializeUnityVersion = 32768

Remarks

When enabled, the build will include metadata about the Unity version used to create it, which can be useful for debugging and version tracking purposes. However including the Unity version in the build data means that all your build output is certain to have new output if you upgrade and rebuild, even for a minor version upgrade.