Search Unity

[BUG] Incorrect unity version

Discussion in 'Unity Hub' started by NeonTanto, Feb 6, 2018.

  1. NeonTanto

    NeonTanto

    Joined:
    Jun 19, 2013
    Posts:
    156
    HUB doesnt detect version of unity in correct way.

    upload_2018-2-6_12-56-28.png
     
  2. charlesb_rm

    charlesb_rm

    Joined:
    Jan 18, 2017
    Posts:
    485
    Thanks HolyShovel, we are aware of the issue and the team is working on it.
     
  3. oOHicksyOo

    oOHicksyOo

    Joined:
    Feb 22, 2015
    Posts:
    17
    @HolyShovel You can manually edit a file to fix this if you're still having issues.

    • %AppData%/Roaming/UnityHub/editors.json
    • Just edit the file to the proper version like the sample below; Keep in mind the location path is most likely different

    Code (JavaScript):
    1. "2017.1.0f3": {
    2.         "version": "2017.1.0f3",
    3.         "shortVersion": "2017.1.0",
    4.         "location": "C:\\Program Files\\Unity_2017_1_0_3\\Editor\\Unity.exe",
    5.         "manual": true
    6.     }
     
  4. NeonTanto

    NeonTanto

    Joined:
    Jun 19, 2013
    Posts:
    156
    Thanks for this workaround! =)