- Home /
My Scene got replaced accidentaly! Please help me get it back .
i IMPORTED A package and it just overwrite the scene. The both scene name was same. Idk that it had the same name. The unity didnt even warned me. My progress of 3 days have been lost T_T !! Pls help me get it back
Someone using source control would not ask this question.
@Ben$$anonymous$$idoriya27 This will serve you as a lesson. Always do backups, especially before doing big changes to a project such as importing external assets.
@Hellium $$anonymous$$ostly unity should warn. But it didnt even warn and thats what it is. Probably its not a lesson for me to learn . Coz i dont even know that it will be like this and im not a fortune predictor or somewhat.
How do i get it? I checked some youtube videos but i didnt get it. So i will need to add the source control to it or i should have done it already? I still feel bad that unity didn't even warn like it usually does
think you have to start over with your scene..
when using a lot of imports and assets i usually make my folder structure like this so it cant have that problem:
Assets/OwnStuff/Scripts/
this puts all your own stuff is in a special folder so any asset u import that writes in /assets instead of /assets/packagename will not mess up your own stuff.
make a lot of prefabs (as they can/should be more important than a scene)
good luck fixing your work. I'm sure u can make it work u know what to make now right?!
Your answer
Follow this Question
Related Questions
Scene View becomes black 0 Answers
error CS0117: `UnityEngine.Graphics' does not contain a definition for `DrawProceduralIndirectNow' 0 Answers
"UnityEditor" namespace not found... 9 Answers
Displaying a collision with Obstacle with text on screen? 0 Answers
Failed to unpersist: MonoBehaviour ID and then unity destroys our scene. 3 Answers