The "KISS" Dependency Injection in Unity
In this blog post I will show you why the "KISS" principle is so important in Dependency Injection for your Unity project
Practical articles on CPU, GPU, memory and engineering process optimization.
In this blog post I will show you why the "KISS" principle is so important in Dependency Injection for your Unity project
In this blog post, you'll learn what texture compression is, why it is important for your project and how to apply it to improve your GPU and memory performance.
In this blog post, I will show you why, when and how you should use LOD in Unity. Remember, LOD is not only about the poly count!
You need a higher frame-rate... but how? Introduce yourself to the P3 Optimization Framework
In this blog post I will show you how to use object pooling in Unity 2021 with this new official API so you don't have to mess with 3rd party code that breaks on every Unity upgrade.