Hello unity community, I am asking if it is possible to make only the bottom of a perspective camera orthographic, in Unity Free. Here why,
I am creating a 2D game, and today was the first day of development and i already encounter an issue that has no easy fix. I want to add a scrolling like background in my game, like what is scene in unity. The issue is that to get the effect right, i need to use a perspective camera. However, this type of camera has a nasty feature, the bottom view goes down. This i bad because every layer has to be slightly lower than the other, and its really frustrating trying to fix it
One way i have thought about to fix it is possibly making the bottom of the camera straight, like orthographic, unfortunately I don’t know if its possible and if it is, how do i do it?, so that is why i am posting this question.
EDIT: This is what i am wishing to achieve