In this post I've started to add some better damage visuals in my game. https://youtu.be/RhYHA-ViHkA?si=cdcd5nXmHNHgF0yo Combat text visuals for our UE game After checking several assets that can help with…
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…
This post will focus on integrating Microsoft Azure PlayFab GSDK with Unreal Engine. In the previous post, we compiled UE from source, which is a pre-requisite to this step. So…
In the previous two posts, I created the action bar and enabled drag and drop on it: How to make a great action bar in Unreal Engine (unreal-mmo-dev.com) How to…
There are two parts to making this action bar and this is part 1. Next one is adding drag and drop functionality to the skill/action bar. https://youtu.be/sYC5ABrW97U How to make…
In the previous two posts, we were creating our combat system for our game. post 49 - initial implementation for combat post 50 - adding validation for better combat Now,…
In the previous post, we've introduced a very basic combat implementation that's running between Unreal Engine and Java, you can find it here. As usual, the Java Micronaut server code…