Summary
Working on UI means having to use the same colors a lot, if we expect some consistency. We currently define those colors by hand.
We need a centralized script, or scriptable object or whatever, that allow us to easily fetch some colors that we can use in the UI.
This will also be beneficial to try and change one color everywhere, for example, colors of all buttons.
Goal
- Create said central color picker
- Add a bunch of colors already in the current UI
- Document how to access those colors in code, or if possible, even in editor (but not a priority).
Summary
Working on UI means having to use the same colors a lot, if we expect some consistency. We currently define those colors by hand.
We need a centralized script, or scriptable object or whatever, that allow us to easily fetch some colors that we can use in the UI.
This will also be beneficial to try and change one color everywhere, for example, colors of all buttons.
Goal