Sirenix

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.

Components

Component
Description

Direct proxy to Odin's EditorIcons — ~130 raster icons and EditorIcon objects

Cached SDF icons (~1500) with custom color, size, and padding support

Architecture

spinner

Key Differences

Aspect
Editor
SDF

Source

Sirenix.Utilities.Editor.EditorIcons

Sirenix.OdinInspector.SdfIcons

Count

~130

~1500

Type

Texture2D or EditorIcon

Texture2D

Caching

Direct proxy (no Paragon cache)

IconCache cached

Custom color

No

Yes

Custom size

No

Yes

Scalable

No (raster)

Yes (SDF vector)

See Also

Last updated