Recent posts

How Much Modularity is Enough?

5 minute read

How far should we pursue code modularity? A practical look at SOLID, single responsibility, when to modularize a feature versus shipping it, and how AI assis...

Unity UI Binding Tools

2 minute read

I’ve been using unreal for sometimes and it’s a pretty amazing engine. I found that they have UPROPERTY(meta=(BindWidget)) to binding UI variable declaration...

Enum Generator in Unity

2 minute read

Do you ever think to use enum for making ID because it can be access the from code?

#2 Egg Farm Update

1 minute read

Welcome to the second update of my farming game, lately I start to lose my motivation to continue this game, I still work on the game and push my self to fin...

GameObject Name Redirector in Unity

2 minute read

A few days ago my friend stumbled across a problem because of the usage of GameObject.Find, it can’t find the game object because the game object was renamed...

#1 Egg Farm Update

less than 1 minute read

Welcome to the first update for Egg Farm, the game title may change in the future.

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 ...