I am having an unbound scroll in my game.
I am curious if the player scrolls to far away from the play area, will it cause any issues on mobile devices?
I am aware the player could get lost.
I have a built in solution that will allow a reset of ScrollX, ScrollY and LayoutScale if they are to far away and want to return to the play area.
The only other thing I could think of was memory use, but I don't think it is really an issue.
I am asking because I was going to hide a few extras things in my game outside of layout using ScrollX and ScrollY.