Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

UNITY_5 directive with 2017.1b

Discussion in 'Linux' started by wenderRondonia, May 12, 2017.

  1. wenderRondonia

    wenderRondonia

    Joined:
    Mar 15, 2015
    Posts:
    29
    could someone explain what this version 2017.1b means and which version is it? I re-imported my project and got some errors which seems that directive UNITY_5 is not working
     
  2. kaskiU

    kaskiU

    Joined:
    Aug 6, 2013
    Posts:
    50
    I guess 2017.1 is something like a 6.0 but with the changed version naming. I'm on latest Unity build (2017.1.0xb3) and I also don't have UNITY_5. Seems like following are available:
    • UNITY_5_3_OR_NEWER
    • UNITY_5_4_OR_NEWER
    • UNITY_5_5_OR_NEWER
    • UNITY_5_6_OR_NEWER
    • UNITY_2017
    • UNITY_2017_1
    • UNITY_2017_1_0
    • UNITY_2017_1_OR_NEWER
     
    wenderRondonia likes this.