Icon providers that expose Odin Inspector's built-in icon libraries through the DrawGUI.Icon.Sirenix API. Contains two sub-providers: Editor for Odin's raster EditorIcons and SDF for the scalable Signed Distance Field icon set.
DrawGUI.Icon.Sirenix
Editor
EditorIcons
SDF
DrawGUI.Icon.Sirenix.Editor
Direct proxy to Odin's EditorIcons — ~130 raster icons and EditorIcon objects
EditorIcon
DrawGUI.Icon.Sirenix.SDF
Cached SDF icons (~1500) with custom color, size, and padding support
Source
Sirenix.Utilities.Editor.EditorIcons
Sirenix.OdinInspector.SdfIcons
Count
~130
~1500
Type
Texture2D or EditorIcon
Texture2D
Caching
Direct proxy (no Paragon cache)
IconCache cached
IconCache
Custom color
No
Yes
Custom size
Scalable
No (raster)
Yes (SDF vector)
Icons README — Overview of all icon providers
Last updated 1 month ago