I’m Moving
I’m moving to a new “microblogging” site soon. Stay tuned and watch this space for the new move. ~Poh
I’m moving to a new “microblogging” site soon. Stay tuned and watch this space for the new move. ~Poh
The days of using the old input system in Unreal Engine are behind us. The new Enhanced Input system might seem daunting at first, but once you get started, it will make sense, and you can add all sorts of input in seconds! In this article, we will make a basic character movement system using… Read More »
If you are concerned about eating unhealthy, which you should be, food I would recommend the following recommendations. From what I have learnt from reading various books, I would like to conclude that the following are foods to avoid at much as possible: What food to we should be eating: What supplements to take: Recommend… Read More »
I created a very simple starter project for create web app with embedded Tomcat. This project is supposed to be runnable with just the war file. If you want to create it from scratch here are the steps. Step 0. Requirements I’m using the following: Step 1. Project/Code Structure Create the following code structure. I’m… Read More »
You can code your game for Unreal Engine using both Visual Studio and Visual Studio code. In the last article, we discussed using Visual Studio with unreal engine 5. Using visual studio code to do the same thing is also possible! There are many reasons to consider before you choose one or the other. I… Read More »
This music from Hans Zimmer caught my heart when I watched Kungfu Panda – an animation cartoon that you may have seen. Supposed to be a beginner score arranged by Smart Game Piano, it took me a while to be able to play it. I created some recording last month (but without camera). Took a… Read More »
It is possible to make a game in Unreal Engine 5 without ever having to write a single line of code. The blueprint feature allows the developer to code all the logic in a node-based system. Why should you use codes? It’s not all stars and sunshine with blueprints. It can sometimes be slow and… Read More »