0 votes

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

Godot version 3.3
in Engine by (81 points)

3 Answers

0 votes

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

by (8,546 points)

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

0 votes

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

by (111 points)
0 votes

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.

by (26 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.