nesrak1 / UABEA

c# uabe for newer versions of unity
MIT License
1.1k stars 143 forks source link

Merging two scenes to one? #206

Open realcrunchy opened 1 year ago

realcrunchy commented 1 year ago

I have created my own Unity Scene and replaced every file that contains shared0.ressource with test.ressource. Now if i now open my own Scene and a Scene from a game i have two scenes open as one. Is there a way to export them as one? Like merging 2 scenes.

nesrak1 commented 1 year ago

As it says in the release notes, this is a planned but not completed feature.

realcrunchy commented 1 year ago

Is there then another way for example to add a GameObject from another scene to an other one?

nesrak1 commented 1 year ago

No, not easily.

raphaelreal commented 1 year ago

Is it planned still? That issue is 6 months old lmao

nesrak1 commented 1 year ago

It's still planned. Despite what it seems, scene merging is (a) not an easy task and (b) not the only feature I've been working on. I've been working to get release 6 out recently because I want to get a more stable version out over a really complex and prone to breaking new feature.