I want to make a pixel art style 3d game, so I render to a low resolution render texture, and everything I’ve found just says to make a UI element that renders directly to the screen or a separate camera, which just feels like a really weird way of doing it. I want to know if it is possible to render the scene to a texture, then upscale and blit that texture with a shader. I can’t do this in onRenderImage because it needs src and dst to be the same type of texture. (I am using built in render pipeline).
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| how to set custom rendering resolution | 11 | 3747 | March 8, 2007 | |
| Render at half resolution, upsample to full resolution | 21 | 34547 | January 27, 2014 | |
| Is there a good way to get very Low Resolutions | 2 | 4295 | April 23, 2010 | |
| Scaling up game without scaling resolution | 3 | 1341 | May 2, 2014 | |
| Renderer Pixelation | 2 | 3974 | February 21, 2014 |