Kimbatt / unity-deterministic-physics

Cross-platform deterministic physics simulation in Unity, using DOTS physics and soft floats
497 stars 64 forks source link

Upgrade SoftFloat directory contents to be compatible with ECS 0.51 #8

Closed seannowotny closed 2 years ago

seannowotny commented 2 years ago

Could this be merged into a WIP branch somehow?

This breaks compatibility with pre-0.50 ECS. I didn't upgrade UnityPhysicsPackage or check if Unity changed any of their corresponding systems, so please don't merge this into master. Would be cool if someone else could continue where I left off 💪

seannowotny commented 2 years ago

I just compared 0.16 to 0.51 Unity.Transforms code and it looks like a lot more will need to be changed. Are you planning to upgrade this package to 0.51 eventually? Thank you for your contribution! 👏