I’m using asset bundles and loading them as a scene. My issue is that the new asset bundle has canvases in it that are ending up on top of my main UI canvas which I don’t want. How can I make the new asset bundles canvases load behind the original UI? I’ve been searching for an answer but none of them involve asset bundles.
I figured it out. The sorting layer solved it for me.