Is there any pixel shaders that I can use

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By MemokingMH

I’m working on a jam game and I want a fast solution to make my 3D game look like it’s pixelated. Can someone link a shader

:bust_in_silhouette: Reply From: exuin

Try this shader? Or maybe another on the same website. There’s many!

Well none of these is what I’m lookin for. I wan a code that I can put Inside cmera and never think for anything else. Or maybe you can say loweing the resulution

MemokingMH | 2021-09-27 17:06

:bust_in_silhouette: Reply From: CardboardComputers

This singleton script effectively lowers your render resolution. It’s designed for 2D but should work more or less the same for 3D.

:bust_in_silhouette: Reply From: Kolandrious

Use multiple Viewport nodes. For example, one for UI to be rendered in native resolution, and one for the game. If lowering a resolution of the whole game window is enough for you, than lower the resolution. It’s done in “Project settings” => “Window” as far as I remember.