Category Gamedev

How to Make Tools in UE4

002.png

[ad_1] Next we are going to add a custom menu, so we can add widget in the menu to run a command or open up a window. First we need to add menu extensions related functions in our editor module…

Unity 3D RTS Style Unit Selection

Unity 3D RTS Style Unit Selection

[ad_1] In this post I will be showing how to create a RTS (Real-Time Strategy) box style selection in Unity 3D. So let’s begin! Step 1: Create the necessary scripts This post features 2 scripts: SC_Selectable.cs using System.Collections; using System.Collections.Generic; …