Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I wish we could make the icon with the “eye” brighter. Because now it’s quite dim and hard to see: is the “eye” turned on or turned off? Unity 2022.3

(3 edits)

Replace the lines 454 and 455 in QuickToggle.cs with these two:

  • normal = new GUIStyleState() { background = EditorGUIUtility.Load("Icons/sv_icon_dot5_sml.png") as Texture2D },
  • onNormal = new GUIStyleState() { background = EditorGUIUtility.Load("Icons/sv_icon_dot3_sml.png") as Texture2D },