Hey guys, I created a minimap for a project I’m working on and while it functions perfectly for me, there is an issue when we try to add it to the main project. Specifically the Normalized view port rect for the second camera that handles displaying the map disappears when I press play and only reappears if I adjust a coordinate in the view port rect while it is running. I’m thinking it has something to do with the main project but I don’t know what since the view port rect should be displaying the same things for the same coordinates. Does anyone have an idea what may be causing this weird error?
Probably the minimap camera and the main camera have the same depth, in which case whatever one appears on top is undefined.
–Eric
Wow I feel stupid, thank you very much for your help, I really appreciate it!