Latest posts
If you are familiar with Unity, you may be used to work with coroutines. These are special methods whose execution can be suspended at specific points and resumed after a condition is met. They are handy for executing a sequence of steps. In this tutorial I will show code for providing similar functionality in Phaser.…
Set tint for multiple sprites or UI elements in Unity.
Since Unity 2019.3.1f1 Tile Palette window has solid black background like this: It is very inconvenient, especially is some of your tiles are black or very dark. In this tutorial you will learn how to hack Unity editor to make background color changeable.