Software rendering

Hello

Is there any way to to render a scene without filtering? I want to achieve a look similar to the Nintendo DS. I think it would look cool for a browser based game.

I want this model to be rendered the same way in unity.

/Nils

Change the filtering of your textures in Unity from bilinear to none.

–Eric

Well that was easy. Thanks Eric :slight_smile: