• 2D
  • Viewport / Render With Diffrent Qualities?

Hi there, my game render with 512/300 hight and width, reason are, first better performance and i also want it to be a pixelated game, but when i start the make ui, i got stuck with font problem. Because of low render resolution, fonts can't be readen.

So can i solve this using a viewport node and render the fonts with high resolution?

And how?

before that, i did try but, lol why this is happening ? when i use viewport all the childs of it did gone.

like this: https://streamable.com/bh4k01

The viewport has a yellow warning sign on it. Roll over that and it may tell you what the problem is. I do think viewports would be one option to handle this. Not sure what kind of game it is, but if it were like a 2D platform game, you could have the gameplay in one viewport (with the stretch and resolution lower) and then render UI and text at native resolution above it.

Well, warning says scale must be bigger then zero for viewport, and it is but do not work.

Game is 3d with low resolution (pixelated).