Fade groups of objects in Unity3d.
I would like to share a small library I made for fading any kind of objects. It works similar to unity3d canvas group but can be used not only for UI. It als...
I would like to share a small library I made for fading any kind of objects. It works similar to unity3d canvas group but can be used not only for UI. It als...
One of the features I’ve implemented is objects coloring. I’ve written a simple shader for that. I’ve used the alpha value to fill the desired spots on the m...
I implemented this technique in my game. Feel free to use it. The idea of it is that you see the “price” nodes above the building you want to buy.
My implementation of AI state machine. It relies on nested inherited classes.
I love to customize my visual studio color theme from time to time, but it’s a frustrating experience. I’ve found a great solution. It’s called Codinion, and...