UnityPhysics-GameObjects icon indicating copy to clipboard operation
UnityPhysics-GameObjects copied to clipboard

Further Development

Open StinkySteak opened this issue 1 year ago • 1 comments

Hi, I'm really curious about this, (I haven't cloned the project). But is it actually working? Im trying to explore more alternative of unity physics engine (physx).

If it can be proven working, I think I can contribute to the project

StinkySteak avatar Dec 14 '24 15:12 StinkySteak

Hey, yea this does all work. The main issue is that it is currently written to use the single-threaded mode, which is extremely slow compared to PhysX and likely would not be performant enough for applications like rollback netcode. I attempted to get it working with the multi threaded Jobs path, but ran into some errors (made difficult to debug due to how Jobs is set up).

IronWarrior avatar Dec 14 '24 19:12 IronWarrior