Make a Java Game server work with Unreal Engine
Описание
If you would like to learn how to achieve it via websockets instead, which is a better approach, check out:
https://unreal-mmo-dev.com/2023/05/10/39-how-to-synchronize-motion-effectively-with-ue-and-custom-server/
and the overview video:
https://www.youtube.com/watch?v=6KnEcu5wjQk
This video is part of the blog covering how to make a game server using Java for Unreal Engine.
All the code so far was covered in:
https://unreal-mmo-dev.com/2021/03/29/1-developing-game-server-with-java/
https://unreal-mmo-dev.com/2021/03/30/2-game-server-with-java-movement/
https://unreal-mmo-dev.com/2021/03/31/3-java-game-server-movement-in-ue4/
It's split up into 3 parts going step by step with how you can implement it from scratch.
The results here are highly inspired from this video/series:
https://www.youtube.com/watch?v=h9YaStTbGFY
which uses C# as a game server instead of Java.
Рекомендуемые видео



















