Archive 17/01/2023.

Networking features

namic

About a year ago, on reddit, i’ve seen this comment about Urho:

[quote]friesencr:
I am one of the Urho contributers. I am not its primary author but I can try answer any questions anyone has.
Also some interesting features that are ommitted from our feature list is hot resource reloading via filesystem watchers, the new asyncrounous resource loader, and multiplayer scene replication. The entire engine is driven by a robust reflection system which powers the network serialization and binary/xml serializers.[/quote]

Is there any documentation on the multiplayer scene replication?

1vanK

urho3d.github.io/documentation/H … twork.html

namic

That seems very scarce. Is there any simplistic demo with just primitives moving around, using the engine features, such as interpolation, replication, etc? Sorry for all the questions, but coming from a Q1-based engine (Darkplaces), i’m trying to understand the basic netcode that Urho already provides.

1vanK

Urho3D\Source\Samples\17_SceneReplication