Game Jams for Beginners: Top 3 Platforms to Dive In

Game Jams are a great way to learn and showcase your game development skills. If you a budding game developer looking for opportunities to showcase your skills, learn new techniques, and connect with like-minded creators, game jams are the perfect way to jumpstart your game development journey. These events challenge you to create a game … 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