Hi, so if I'm creating a platform with a width of 5000*1000, the viewport defaults to the top left. And the layout is bigger below. This is a bit of an issue because the player needs to up as he moves along. If he does go up there is no space for him to move up because the layout space is all below him. This would be an easy fix if I could just move the viewport to the bottom left of the layout on startup, but it seems you can't do this??. I prey there is work around to this. Thanks