Hi,
I’m new to Unity and I’m trying to map a JPG to a plane. I managed to do that with a little dragging and dropping but I’m running into the following issue:
I can’t seem to find a way to make the image to be “crisp”. It’s always smoothed out and kind of blurry. And also the size is different than the original file pixel wise. As for the latter I understand that this is related to the size of the orthographic camera I’m using but I can’t find a way of making this work other than trial and error. I was hoping there would be an easier way of doing 2D (but this maybe just me being too stubborn in using a 3D software to do 2D work). Still, after getting the size to be close to the original image by playing with the plane and camera’s size, the rendered quality is still not good as when I drop the image say in like Cocos2D and just use it. Messing with project settings’ quality doesn’t help much.
Any help is greatly appreciated.