Input

Custom Odin Inspector drawers for the Interaction System's input binding types. Provides streamlined Inspector rendering for InteractionInput and InteractionInputTable values.

Architecture

spinner

Data Flow

spinner

Key Concepts

Concept
Description

InteractionInputDrawer

Minimal drawer showing only the InputActionReference field for a single input

InteractionInputTableDrawer

Full drawer with foldout, null handling, "Create Table" button, and iteration

AttributeProcessor

Nested processor that disables context menus on prefab instances

Drawer priority 3000

All drawers use wrapper priority 3000 to override default Odin rendering

Classes

Class
Description

Single-line drawer for InteractionInput showing only the action reference

Full table drawer with foldout, null handling, and input iteration

See Also

Last updated