Changed
- Upgrade to Bevy 0.15 and avian 0.2.
Removed
TnuaAvian#dPlugin
no longer implementsDefault
. Since Avian changed their
default schedule fromPostUpdate
toFixedPostUpdate
, user code that just
uses the de-facto defaultUpdate
will start having weird results. This
forces the user to make a deliberate decision regarding which schedule to run.