Home > database >  Can I restore overlaid scenes?
Can I restore overlaid scenes?

Time:11-24

I am a beginner developer using Unity. I stupidly named my project scene SampleScene and was working on it. I wanted a cool effect, so I downloaded an effect asset from the asset store.

I downloaded an asset and its SampleScene overlayed the SampleScene I was working on. Can it be repaired? Is this irreversible forever?

CodePudding user response:

Not unless you made a backup of the project before you imported the new SampleScene. The amount of people I've seen this happen to makes you think Unity should fix this issue. Anyways, sorry this happened to you and best of luck.

  • Related