Is there some camera with orthographic projection in default?

Hello.
I want to render the screen with orthographic projection, and simply, the screen’s center position equals the camera position. (I think it’s very familier for 2d platformer.)

But I can’t find function like this… should I use a library like Orthographic Camera API’?

Personally, I always use RenderCam or Orthographic in my projects.

1 Like

Thank you.
I tried orthographic and it’s very easy and useful.
I hope default camera to be a little more easy and functional.

1 Like