RevenantX / LiteNetLib

Lite reliable UDP library for Mono and .NET
https://revenantx.github.io/LiteNetLib/index.html
MIT License
3.08k stars 497 forks source link

Deterministic/Rollback LockStep? #463

Closed Shadowblitz16 closed 3 years ago

Shadowblitz16 commented 3 years ago

Could we get PerFrame Deterministic/Rollback LockStep implementation in this library? I don't know if its possible but the idea in my head is we would call some sort of method and pass a option delta time.

RevenantX commented 3 years ago

@Shadowblitz16 this is just transport library. For high-level things (like rollbacks) use Mirror/MLAPI/RailgunNet and similar things.