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…
Devlog 59: UDP with free Object Deliverer plugin in UE Posted by By ylazarev92 June 20, 2024Posted inMMO Game development In this post, we look at simple integration of Object Deliverer for UDP connectivity. This will be used to handle motion updates over UDP between UE and java server. This…