dimforge / rapier

2D and 3D physics engines focused on performance.
https://rapier.rs
Apache License 2.0
3.8k stars 236 forks source link

Add serde derives for KinematicCharacterController #506

Closed PaulL48 closed 5 months ago

PaulL48 commented 11 months ago

KinematicCharacterController appears to be a good candidate to be Serialize/Deserialize. This would require adding serde derives for the following structs.

PaulL48 commented 11 months ago

I've got the changes tested and ready for a PR. I rarely contribute to OS projects so I just wanted to follow the guideline and create an issue to be assured that everything is OK before creating the PR.

sebcrozet commented 5 months ago

The corresponding PR https://github.com/dimforge/rapier/pull/508 was merged a while ago. We can close this.