Hi,
In the process of doing a number of POCs for a game on whether to go down the ECS or the GO route. We have completed most of them and it seems stable and performant enough to continue. One of the last things on the list is the POC on NetCode For Entities.
I downloaded the NetCode for Entities Samples project and ran the Sample -> Astroids via our relay server and also via DirectConnect.
In MultiPlayer PlayMode Tools Window:
Latency via Relay Server showed 400 ms+/- (without any clients connecting apart from myself)
Latency via DirectConnect showed 10 ms+/-
Tried downloading and running BossRoom NetCode for GameObjects sample, and through our relay server it ran without any latency issues. (even with two clients connecting from different physical locations)
I tried to upgrade all outdated packages in NetCode for Entities Samples to latest versions (as of today 24 aug 2023) but the latency of around 400 ms+/- via Relay Server remains the same.
Is there some additional configuration/setup needed in the samples project or is it simply outdated?
I would expect NetCode for Entities to be at least as performant (or better) as NetCode for GameObjects, so a bit puzzled on what could be the problem?