seldom_state icon indicating copy to clipboard operation
seldom_state copied to clipboard

Component-based state machine plugin for Bevy. Useful for AI, player state, and other entities that occupy different states.

Results 1 seldom_state issues
Sort by recently updated
recently updated
newest added

This is actually self-descriptive. I need to perform some behavior (insert a component) that depends on the state I'm inserting. If I have no access to the state, then I...