How to add 2D Shadows in Unity

Creating a visually appealing 2D game isnโ€™t just about great artwork. Itโ€™s about depth, contrast, lighting and yes, shadows. But how do you create 2D shadows in Unity? Today, Iโ€™ll show you how simple its to add shadows to your 2D game in Unity. Video Tutorial Getting Started with Unityโ€™s 2D Lights Unity has a … Read more

Getting Started with VFX graph in Unity

Unity’s particle system is very effective way to create visual effects, but is limited by performance. To overcome this limitation, Unity released the VFX graph (Visual Effect Graph) package to unleash the power of visual effects inside Unity engine. VFX graph is very effective at creating stellar looking visual effect at low performance cost. In … Read more

Common Reasons for Character Falling Through the Ground in Unity

There are many issues faced by beginner game developers that have a simple solution. It mostly comes down to understanding the basics. One frustrating issue that Unity developers often encounter is, when their game characters unexpectedly fall through the ground. This article aims to explore some of the common reasons behind this problem and offers … Read more