Is there a way to turn down the resolution on a game so i can make a regular game, but make it look like doom by lowering the pixel resolution
@Robotpencil Didnāt you do this? I canāt seem to find your thread?
Closest to this is: Pixelating for old school effect
Thereās this by @Leonidas you could use as well ⦠this is post-effect.
I tried to use the code but i canāt, it says everything is ok, but I canāt parse it and the code takes no effect, so do i write it in a script or shader? Because i used a shader
Here are steps to make it easier:
-
Create a new PlayCanvas script in your project. Clear all contents.
-
Copy paste the code from the following link to your script:
-
Save the script.
-
Go back to the editor and parse it.
-
Attach it to your active camera, optionally set the pixel size.
Is there any reason why the screen-resolution cannot be fixed to achieve such an appearance?
https://developer.playcanvas.com/en/tutorials/resolution-scaling/
Yes i looked at that, but i canāt add it to my project
If youāre looking to create a Minecraft-like, pixel game. Perhaps consider using lower-sized textures with mipmaps disabled for them.
Iām trying to make it look like the original doom
then use lower resolution textures, and set texture filtering to point instead of the default nearest.