An open API service indexing awesome lists of open source software.

https://github.com/chenjd/unity_ui_gamma

A project that solves the the UI rendering issue in the linear space.
https://github.com/chenjd/unity_ui_gamma

Last synced: over 1 year ago
JSON representation

A project that solves the the UI rendering issue in the linear space.

Awesome Lists containing this project

README

          

# Unity_UI_Gamma

## Blending UI elements under Linear Space.

Pics below show the UI under gamma space, linear space and linear space modified for UI.

![](./Res/Gamma.png)
![](./Res/Linear.png)
![](./Res/Finnal.png)
![](./Res/gammauilinearspace.gif)

The original solution comes from `topsekret` and `rainini`. You can find it [here](https://forum.unity.com/threads/bug-with-bypass-srgb-sampling.282469/#post-3081103)

The scene comes from Early Prototyping Material Kit.