Scenes Duplicating Themselves In Unity

Hey All,

I’m using Unity 2022.3.12f1 and have recently found that scenes seem to be randomly duplicating themselves within my project (in one instance this was useful as a scene randomly deleted itself too). I’m trying to pin down when it happens - I’ve created builds of the project etc., though most recently a new scene created itself after just loading the project back up (so that I had “existing scene” and “existing scene 2”).

With a recent-ish update the project is connected to the “Cloud” which I’d seen a mention of somewhere when it comes to project’s doing crazy things, but not sure if that’s the case…

Anyone come across this before or have any fixes before my project is overrun with new scenes?

The only times I’ve seen this was when I updated my projects to new versions of Unity. In that case, Unity reimport everything and loads an “Untitled” empty scene that in fact doesn’t exists. When you load your “existing scene” the untitled one just disappears.

The numbered naming indicates that the scene file was in fact duplicated. You may have pressed Ctrl+D or you may have an editor script somewhere in your project that somehow causes a scene to be duplicated.