cervus
cervus copied to clipboard
Multiple viewports
Let's find a way to render multiple cameras to different parts of the screen. This way it will be easy to implement minimaps, VR rendering, etc.
Unity allows a camera output to go to a Render Texture.
I already made a research in this field, this shouldn't be hard to implement. Detailed description of the process.