idanarye / bevy-tnua

A floating character controller for Bevy
https://crates.io/crates/bevy-tnua
Apache License 2.0
214 stars 14 forks source link

Migrate #45

Closed KyWinston closed 7 months ago

KyWinston commented 7 months ago

attempted some local migration work to get this working with my own project and bevy 0.13, and figured I'd post the progress here.

idanarye commented 7 months ago

If you don't mind, I'd rather do the upgrade myself. There are some important decisions related to the Bevy 0.13 changes that I need to do (e.g. - decide when to use Direction3d instead of Vec3)