bevyprototypeschedule_states

This library is a experimental state abstraction for Bevy that is compatible with the built-in FixedTimestep. This library works by giving each state enter, update, and exit a Schedule and runs these schedules from inside an exclusive system.

Comparison to Bevy's Builtin State API

Pros

Cons

Usage

See examples in repo.