Recent posts

Unreal Engine Overflow

less than 1 minute read

Recently, I start using Unreal Engine to develop games. I did not have proper C++ or Unreal Engine knowledge, I usually use Unity and C#. While learning and ...

Unity Automatic Localization System

4 minute read

Previously I made a game using Unity3D with my friends where we need to handle localization sent by the server. while my friends focus on working with the ga...

Smart Framework

3 minute read

I believe all of us have a goal to achieve in life. but sometimes it just feels hard to achieve and we do not know where we should start.

User Experience for Tools Development

5 minute read

Recently I learn a book about “Designing the User Experience of Game Development Tools”, the book is pretty straightforward and easy to understand. As a tool...

Create in Game Console for Unity

3 minute read

When you working on your game, you also want to debug, know the process of your game, take a look at the log you create for that game. It’s easy to take a lo...