Hi. I’m considering to use DOTS NetCode for my next project and have some questions about it.
In my previous project, I implemented my own networking stack based on LLAPI. It gathers all object state and create world snapshot, calculate delta-snapshots and send to each clients. Also server records all of snapshot history to file and users can play it as replay later.
It seems that NetCode generates snapshot natively so I want to know whether I can get or store snapshots to memory/file and play it later without server.