Version: Unity 6.1 Alpha (6000.1)
Language : English
Branch based on platform features
Branch based on shader pass or shader stage

Branch based on Unity version

UNITY_VERSION contains the numeric value of the Unity version.

This can be used for version comparisons if you need to write shaders that use different built-in shader functionality. For example, use #if UNITY_VERSION >= 202200 if you want the preprocessor check to pass only on Unity versions 2022 or later.

Unity 2023 or earlier

Use the format YYYYMP, where:

  • YYYY is the major version.
  • M is the minor version.
  • P is the patch version.

For example, for Unity 2022.3.0, use 202230.

You can use only values up to 9 for the minor and patch versions. This means you can’t check for a Unity version with a minor version larger than 9 or a patch version larger than 9.

Unity 6 Preview

Use the format 6000PPPP, where:

  • 6000 is Unity 6.
  • PPPP is the patch version with leading zeroes, for example 1234 for Unity 6000.0.1234.

For example, for Unity 6000.0.2, use 60000002.


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答
Branch based on platform features
Branch based on shader pass or shader stage
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961