EMBYRDEV / Pixel-Perfect-Retro-Camera

Pixel perfect retro camera system for Unity.

Home Page:https://wolv.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot

After playing Celeste I was inspired to play around with something similar in Unity. It seems no one has made a pixel perfect retro camera yet so I decided to create this super simple system for rendering your Unity game at a reference resolution such as 320x180 and also retaining pixel perfect movement with no shimmering whilst also supporting other aspect ratios.

Simply drag the camera prefab into your scene or add the PixelCamera component to your main camera, all image effects are supported but may be processed at native resolution before downscaling.

Highly Recommended: If you wish to add pixel perfect movement to your existing camera alongside the rendering then add a SnapToPixel component to your camera's parent GameObject.

Use a perfect multiple of your target resolution as your reference resolution for best results.

About

Pixel perfect retro camera system for Unity.

https://wolv.co

License:Other


Languages

Language:C# 100.0%