Category: Unity Development

2

How to Make a Modular UI in Unity

It’s been an interesting week that I have been playing out with UI tools for Unity. If you haven’t read my other post about modularization, I strongly recommend to read it. Achieving a more...

1

Code Faster In Unity

There is a reason that we have game engines today and that reason is avoiding repetition. Imagine that you are coding a renderer for each game you create. It would be really sad. Unity...

Avoiding Singletons in Unity 10

Avoiding Singletons in Unity

Before starting, I must say that this is the first part of avoiding Singletons in an effective way. The second part is about Dependency Injection, but before reading that I suggest to finish reading...