when I use the action Camera : Split-screen with 2 cams and a left & right camera space of 0.498 I get a cool black border in the middle like I need it (comic style)
unfortunately this border overlaps the Unity UI subtitles
It's not a big deal because I made the border extra thin
but is this avoidable?
Comments
A workaround I guess would be to duplicate the subtitle UI and have three versions of it. Left 50%, Right 50% and Centered. Then if you split the screen down the middle, you switch the subtitle UI to the relevant one based on whatever primary camera you need.
ie, if the camera on the right 50% of the screen is the primary where all the action occurs, switch to the "Right 50%" Subtitle UI so the text is centered at the bottom of that half of the screen?