Publisher | Bit2Good |
---|---|
File size | 119.25kB |
Number of files | 7 |
Latest version | 1 |
Latest release date | 2017-09-11 12:07:25 |
First release date | 2016-03-07 05:44:22 |
Supported Unity versions | 2018.4.2 or higher |
DynaRes is a simple to use toolset from Bit2Good that will enable you to change the resolution of a camera's rendertarget independently from it's actual resolution.
Examples of application would be:
- if you want to use a 1080p output but the target platform can't quite handle the load, you can use subsampling to render it at eg. 1600 by 900 internally
- you can apply supersampling to your game, eg. rendering it at 4k while still using a 1080p output to minimize aliasing
- use it on the fly to achieve a nice pixelation effect or give your game that nice 90s retro charme
DynaRes is not an image effect, so subsampling will have a real influence on performance of your game as well as supersampling.