I am trying to create a spinning carousel menu with 4 sprite. I didn't want to deal with animating the scale and position to fake the sprites' animations to look like they were spinning into the background and foreground and instead I created a second perspective UI camera and have those elements parented under it and offset that camera so it doesn't double render my UI. I need to have a UICamera node on the camera as some buttons follow along as well. My issue is that when I reload my setup scene, that second camera is set as First Camera and my main UI Camera component is pointing to it for UICamera settings and this seems to also pull along the UI Root to that camera, which I use as an anchor for some elements. So those come along as well and my whole UI setup is broken. Is there a way to force the UI Root to my main camera and my main UI camera to always be seen as the first camera?