Devlog 60: How to handle MMO style motion with UE and custom server over UDP Posted by By ylazarev92 June 27, 2024Posted inMMO Game development In this post, I show how I used UDP to handle motion updates from my game running in Unreal Engine 5. The UDP updates will be going to a custom…
26. UE MMORPG: how to synchronize motion with a custom server Posted by By ylazarev92 October 26, 2022Posted inMMO Game development3 Comments In this post we're going to be synchronizing characters motion using a custom server. https://www.youtube.com/watch?v=1nxJMHweMQE Synchronise motion part 1 In the previous post, we've implemented the functionality to 'login' a…