Search Unity

Question All gone

Discussion in 'Editor & General Support' started by Qraksa, Jan 24, 2021.

  1. Qraksa

    Qraksa

    Joined:
    Nov 13, 2020
    Posts:
    1
    I am new to Unity. I was working on project for over two months and i think i lost everything. I wanted to replace my project with older version of it by clicking restore in Collab. Is there any chance to get my project back? I have build .apk and .aab before all of this happend.
     
  2. TheMonk123

    TheMonk123

    Joined:
    Dec 18, 2020
    Posts:
    4
    same here dude, sorry i can't help but if you were able to find out the solution, can you comment back here.
     
  3. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,745
    I'm sorry you've had this issue. Please consider using industry-grade source control (rather than just collab) in order to guard and protect your hard-earned work.

    Personally I use git because it is free and there are tons of tutorials out there to help you set it up.

    Here's how I use git in one of my games, Jetpack Kurt:

    https://forum.unity.com/threads/2-steps-backwards.965048/#post-6282497

    Using fine-grained source control as you work to refine your engineering:

    https://forum.unity.com/threads/whe...grammer-example-in-text.1048739/#post-6783740

    Share/Sharing source code between projects:

    https://forum.unity.com/threads/your-techniques-to-share-code-between-projects.575959/#post-3835837

    Setting up the right .gitignore file:

    https://forum.unity.com/threads/removing-il2cpp_cache-from-project.1084607/#post-6997067