Search Unity

Question In Ubuntu 20.04, I can't open the editor:

Discussion in 'Getting Started' started by FishFish2222, Apr 10, 2021.

  1. FishFish2222

    FishFish2222

    Joined:
    Apr 9, 2021
    Posts:
    6
    I can't open the editor because it said- "Your project was lasted saved with a different version of Unity." Any Suggestions are appreciated.
    Screenshot from 2021-04-10 08-44-36.png
     
  2. I think you can hit the continue button without any advice. Please read the documentation what the dialog means and make an inform decision if you want to upgrade your project to the new version. Also, always use version control system.
     
    FishFish2222 likes this.
  3. FishFish2222

    FishFish2222

    Joined:
    Apr 9, 2021
    Posts:
    6
    Ok, thanks, I'll try that now!
     
  4. FishFish2222

    FishFish2222

    Joined:
    Apr 9, 2021
    Posts:
    6
    It didn't work-
    Screenshot from 2021-04-10 19-17-15.png
     
  5. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    It looks like you keep launching different editor versions. You will receive this message any time you open a project with a different Editor version than you last saved it. Your first screen shot was of 2020.3.3, now with 2021.1.2.

    Generally you want to keep using the same Editor version with the project unless you specifically want to upgrade the project, since a new Editor version can deprecate old API's you may be using, or introduce new bugs or code errors. Unity supports project upgrades, but not downgrades, making it a 1 way trip, which is why this warning pops up. Always back up your project before doing such an upgrade.
     
  6. FishFish2222

    FishFish2222

    Joined:
    Apr 9, 2021
    Posts:
    6