Topic: Camera Offset bug?

I'm noticing that when I change the stage left and right boundary size and also the characters initial spawn position if changes the main camera's position X so that the characters are not centered. Any advice on how to solve this issue by locking camera settings or anything

Round Options
initial spawn position = -1,1

Stage Options
Left Boundary = -3
Right Boundary = 3

Those above setting change my camera's initial X position from 0 to 6 creating an offset.
-Thanks

Share

Thumbs up Thumbs down

Re: Camera Offset bug?

I'd recommend looking into your character prefab to see their saved transform position. Typically that's where the data is taken to set them, under the idea that the center of the camera would be at 0,0,0 and each Player will be 2 units away in the x coordinate.

Otherwise not sure where to look to resolve your issue.

Share

Thumbs up Thumbs down