Camera
I have a issue with the camera. I try to set up a camera for a 2D single screen game, but I can't set the camera, so the player can use the whole screen. There are some spaces on x and y axis, where the player get out of the camera. I want the player to be able to use the whole screen. Sorry if I explain a little bit bad. Hope you understand what I mean. Or else I can take a screenshot and show you, if I'm allowed to do that. :)
-
Hi Rabagast, I’m not sure I understand the question. Do you want a static 2D camera where the player can’t leave the screen? If so you may want to place collision walls at the edges of the screen to prevent the player from leaving the screen. You can line these up with the camera frustum if that helps. :)
You can post screenshots on this forum, just not on social media.
Hope this helps :) Peter -
I will see if I can post a screenshot tomorrow or Monday. ?
At least you answered another question, but I didn't understand. I just used a box shape to use as a Collider and make it invisible. But you mentioned that I can line these up with the camera frustum. What is that?
댓글을 남기려면 로그인하세요.