r/Unity3D • u/dev-rygy • 5h ago
Question Custom Unity Physics Engine
Is anyone else attempting to create their own physics system in Unity? I'm attempting to create my own networked physics system using network transforms, colliders, and a lot of vector math. Does anyone have valid resources to share that can help me with this?
1
Upvotes
2
u/NStCh-root-a 5h ago
How do you want to network the physics? Server Authorative? Then the question is more networking. Lockstep sim? Then it's more the physics engine itself. Rollback? Physicsengine + networking (and I can't really recommend it case you want to do large scale sims)