Hello Unity community. I have a little problem about perspective camera. What I want to achieve is similar to the following screenshot but I want the 2 side images on top of the screen.
So, to conclude my problem. I want the view like the first image but position like the second image and I don’t know how to do it. So, any suggestion? Thank you!
From there, I fiddled with the serialized fields to get what I wanted. Which I didn’t. But I managed to get what YOU wanted (maybe). Whatever you do, if you leave Top value near 0, you should be able to get the desired effect.
When you’re done, I suggest you change the Update() method for a Start() method to avoid recalculating the matrix every frame.