Skip to content
This repository has been archived by the owner on Nov 7, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 944 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 944 Bytes

ColorBlindr

ColorBlindr is a color blindness simulator for Unity3D (deuteranopia, protanopia & tritanopia with variable strength). It takes the guesswork out of designing your game for color blindness by showing you in real time what people with common color vision impairments will see. ColorBlindr is using the best available algorithms for simulating color vision deficiency, adapted from Color Oracle.

You'll find some screenshots here.

Requires Unity 5+ (Personal or Pro).

Instructions

Copy the ColorBlindr folder into your project and add the component to your camera (drag it from the Project panel or use Component -> Image Effects -> ColorBlindr). It should be the very last image effect applied.

Remember to remove or disable it before building the final version of your game.

License

MIT (see LICENSE.txt)