- Home /
Forcing the camera to portray a specific rect at all times
I have a game with a static camera in which there's an arena that players play in. I'm working in 16:9, but with some aspect ratio (heck, even 16:10 cuts a bit the sides) a part of the arena is out of screen. Is there a way to make sure that the camera ALWAYS portrays the part I'm interested in?
Answer by tormentoarmagedoom · Jul 13, 2018 at 10:04 AM
Yes, you have 2 options, or move the camera position, or change the camera rotation.
Go look for tutorials about this issue.
Your answer
Follow this Question
Related Questions
Do Mobile Games Automatically Play Horizontally? 1 Answer
How do i place borders and sprites on camera edges? 0 Answers
How can I avoid assets misplacing themselves when loaded onto a new machine? 0 Answers
Aspect ratio of the IPhone? 3 Answers
How can I change a sprite width based on a screen width 1 Answer