I have been recently working with the Orthographic camera feature and I have run into a bit of an issue. What I am trying to accomplish is simple. I am trying to switch between collections. Both collections have the Orthographic camera in them. I have it set up so that when the character makes contact with a checkpoint, the checkpoint sends a message to a loader, and the loader unloads level one and loads level two. When I load level two, the console starts returning these errors:
I am not quite sure what the issue is here. In the level one collection the Orthographic camera worked just fine. The Orthographic settings in the level two collection are exactly the same as the settings in the first collection. Any guidance or help would be greatly appreciated. If anyone needs any more information to better understand the issue just let me know!
Thanks so much!
I have also faced this issue a lot. If you are switching between two scenes and both of them happen to have an orthographic camera, then it starts flashing an error. Not sure of any solution though.
And also, in the mean time. Does anyone happen to have any alternative ideas that may work? I can’t have a camera working in only one collection haha.
Thanks again for all the help!
Hello,
Any luck on figuring out the issue? I have taken a deeper look and tried to figure a few things out but I’ve hit a bit of a roadblock. If there is no fix to the problem do you happen to have any solutions that might work in the mean time? My team and I are trying to push towards a deadline but if the issue is simply just downright unfix-able I understand! But if you may have a solution I would love to know!
Thanks again for all your help!
V
Thank you so much for your time, it has been a great help. I have taken a look at what my code looks like, and I took a look at your repo and I cannot find any issues. Here is my repo:
Thank you so much for taking a look. Hopefully the problem can be solved. This is quite weird…
Thanks so much again!
Actually, with the help of Britzl, we have realized that an issue could be solved with one of two things…
The proxy is being unloaded and loaded at the exact same time causing an overlap in the cameras, so create a separation between the unload and load times.
Simply change the camera ids so that they don’t overlap! This is what I did and it works like a charm!
The exact conversation is found here.
Hopefully your issue is solved!
Good luck!