For free-supported platforms (mobile&pc), is there a way to divide the player resolution by 2, 3 or 4, and stretch rendered frame to the screen/window/canvas? This would take less pixels to process (alpha, pixel shaders…), and by the way make pixel-art games easier than scaling everything.
Note : choose a fixed resolution or ratio is not my goal at all, and I use the free version of Unity3D.