You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, could you enable HDR color pickers for the outlines?
I changed it locally for me, but it would be awesome to add this to the repo.
It would only affect the lines 45,192 in OutlineSettingsEditor.cs.
I changed them to the following: colorProp.colorValue = EditorGUILayout.ColorField(_colorContent, colorProp.colorValue, true, true, true);
and for 192: colorProp.colorValue = EditorGUI.ColorField(new Rect(rc.x, rc.y + 1 * lineCy, rc.width, EditorGUIUtility.singleLineHeight), _colorContent, colorProp.colorValue, true, true, true);
The text was updated successfully, but these errors were encountered:
Hi, could you enable HDR color pickers for the outlines?
I changed it locally for me, but it would be awesome to add this to the repo.
It would only affect the lines 45,192 in OutlineSettingsEditor.cs.
I changed them to the following:
colorProp.colorValue = EditorGUILayout.ColorField(_colorContent, colorProp.colorValue, true, true, true);
and for 192:
colorProp.colorValue = EditorGUI.ColorField(new Rect(rc.x, rc.y + 1 * lineCy, rc.width, EditorGUIUtility.singleLineHeight), _colorContent, colorProp.colorValue, true, true, true);
The text was updated successfully, but these errors were encountered: