x


Is there a good way to get very Low Resolutions

Is there a good way to go about having a scene render at very low resolutions, like a screen height of 200 or so. I'd like to emulate the graphics of yesterday, with 3d. It seems like the game just renders at what whatever resolution the card supports (640X480), which is too high for what i'm aiming for.

more ▼

asked Apr 23 '10 at 04:19 PM

Richard gravatar image

Richard
14 3 5 5

(comments are locked)
10|3000 characters needed characters left

2 answers: sort voted first

To elaborate on Eric5h5's point:

1) Render the 3D scene to a low Resolution Render texture with camera 1

2) Render the render texture to display with camera 2.

The most important step for that 8bit vintage look:

You will need to set the "Filter Mode" to "point" on the render texture.

more ▼

answered Apr 23 '10 at 07:53 PM

badneighbor gravatar image

badneighbor
99 5 5 12

(comments are locked)
10|3000 characters needed characters left

Make a rendertexture for whatever resolution you want that renders the scene normally, then scale that up to full-screen size. (Requires Unity Pro.)

more ▼

answered Apr 23 '10 at 04:24 PM

Eric5h5 gravatar image

Eric5h5
81.5k 42 133 529

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x394

asked: Apr 23 '10 at 04:19 PM

Seen: 1450 times

Last Updated: Apr 23 '10 at 04:19 PM