Deterministic Gameobjects Creation Over Network. P2P Photon, Unity3d.
One of my latest additions to Secret Neighbor was moving from server client authority for game objects spawns to deterministic spawn of networked objects across all clients. Turns out, it's not that hard to implement. First of all, why do we even decide to go this route? There are two