Search Unity

Resolved how can I get upgrade MARS version from 1.2 to 1.3?

Discussion in 'Unity MARS' started by JYGames_1, Mar 10, 2021.

  1. JYGames_1

    JYGames_1

    Joined:
    Dec 30, 2020
    Posts:
    8
  2. jmunozarUTech

    jmunozarUTech

    Unity Technologies

    Joined:
    Jun 1, 2020
    Posts:
    297
    hello @JYGames_1,

    You should see version 1.3 appear in the package manager, it might take a bit for it to go live but you should be able to see within 24hrs :)
     
    JYGames_1 likes this.
  3. mtschoen

    mtschoen

    Unity Technologies

    Joined:
    Aug 16, 2016
    Posts:
    194
    Hi there! Are you unable to see MARS 1.3.0 in the package manager? It should be available to upgrade if you expand the package listing. What Unity version are you using? This may be different in different versions. If you can't upgrade through the package manager UI, you can always edit your manifest manually and change the `1.2.0` to `1.3.0` for the MARS packages. Please remember to upgrade all 3 MARS packages, as you will see compile errors if you have MARS 1.3 and MARS AR Foundation Providers 1.2 or vice versa.

    Here is what I see in the package manager in 2019.4
    Screen Shot 2021-03-10 at 10.37.53 AM.png
     
  4. JYGames_1

    JYGames_1

    Joined:
    Dec 30, 2020
    Posts:
    8
    I am using Unity 2021.1.0b10.2062. Sadly it show v.1.2 only.
    upload_2021-3-11_10-52-51.png
    Ok, I will try to edit my manifest manually. Thanks all!
     
  5. JYGames_1

    JYGames_1

    Joined:
    Dec 30, 2020
    Posts:
    8
    I changed this from "com.unity.mars@1.2.0" to ...1.3.0
    upload_2021-3-11_10-56-35.png
    then package-manager starting show other versions.
    upload_2021-3-11_10-57-58.png
    This problem was solved. I won't forget other precautions. Thanks again!
     
    Last edited: Mar 11, 2021