Hello everyone,
I am trying to make a PS1 style game and an important step to making this look good is to cap the render resolution at something like 384x384 (but scalable with different device resolutions). Is there anyway to implement this, and how would that method effect performance?
1 Like
You can’t lower the resolution of the rendering pipeline without making your own renderer (e.g. colors with frames, it’s been done before) or using a ViewportFrame.
2 Likes
How would a viewportFrame effect performance?
1 Like
it can cause lag and affect performance because it basically renders everything you see in your game twice
1 Like