how does one achieve this type of resolution in unity?!
2 Answers
2Render to a texture that is, say, 1/4 the resolution of the screen, and then scale it up.
do i need unity pro for this?
how does one achieve this type of resolution in unity?!
Render to a texture that is, say, 1/4 the resolution of the screen, and then scale it up.
do i need unity pro for this?
Don't forget to set the filter mode to point. There's also [this][1]. [1]: https://www.assetstore.unity3d.com/en/#!/content/3579
– Professor_Snake