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