WebGL Demo
This package contains tools for creating perfect pixel games in Unity.
Content:
- PixelCamera.cs: this script will setup a camera for pixel perfect rendering. You can set the output size and the stretch modes: NONE, FULL, FULL_KEEP_ASPECT and PIXEL_PERFECT.
- PixelSnap.cs: this script will snap your objects to the pixel grid before be rendered. Check the guidelines to setup it properly.
- PixelGrid: this editor extension will show a pixel grid in the scene view and allow pixel snapping.