sometime my project crash or something goes wrong and i have to delete all the “temporary” directories like “saved” “intermediate” etc… to fix my project
but when i do this, i lost many things like my theme colors in the color picker, like my directories with colors…
this is probably saved somewhere in one of those directories i sometime delete but i dont know where and i would like to keep them :o
Under Saved/Config/Windows/EditorPerProjectUserSettings.ini. When you open this file and scroll all the way down, you should find [ColorThemes]. You can even add new Themes and Colors from this .ini and they will be displayed in the Editor. For some reason though, the values for R, G and B are actually the HSV values in the editor.
\Saved directory is very often deleted. You can create manually file EditorPerProjectUserSettings.ini inside [project_Name]\Config with this colors themes and submit it to repo.
This just does not work for me, no clue why but the editor refuses to save or use my custom color picker themes.
Edit: After further investigation, it appears that color themes are bugged in 5.3. The editor only saves ‘some’ of the color & theme data as not every color’s label or sometimes the actual R, G, or B channel values were saved to the “Saved\Config\WindowsEditor\EditorPerProjectUserSettings.ini” file…