I have modeled the split screen platform demo to support split screen for my game.
I have a scene that allows a player to fly around as a spaceship. When I make use of that scene with the split screen viewports everything mostly works, however with one issue i'm not able to figure out: When the window resizes, the camera center stays the same and doesn't adjust to the new window size.
Can someone please provide me some guidance on how to recenter the camera to the new windows/viewport size?
Thank you.