blog.vnshkumar.com10 Unity Profiler Tricks You Probably Don’t Know (2025 Edition)The Unity Profiler has long been the go-to tool for identifying performance bottlenecks, memory leaks, and CPU/GPU spikes. But beyond the basics, it hides a wealth of features that even experienced developers often overlook. In this 2025 edition, we ...Jun 27, 2025·3 min read
blog.vnshkumar.comBuilding Typometer: A Typing Test App with Lovable.dev, Cursor AI, and NetlifyDeveloping a web app from scratch can be time-consuming, especially for beginners. What if you could describe your idea and have a working prototype in minutes? In this blog post, I’ll share how I built Typometer – a simple typing test website – usin...Mar 26, 2025·24 min read
blog.vnshkumar.comBuilding a Modular Task System in Unity: Checkpoints, Collectibles, and Reset MechanicsImagine designing a game where every mistake feels like a learning opportunity rather than a total setback. Picture your player moving through a level, collecting treasures, and reaching checkpoints that save their progress. But if they slip up and h...Mar 2, 2025·8 min read
blog.vnshkumar.comObject-Oriented Programming in Game Development: Key Concepts and ExamplesIntroduction Object-Oriented Programming (OOP) is a programming paradigm that uses "objects" to represent data and methods to manipulate that data. It's a powerful approach that's widely used in game development for its ability to manage complex syst...Jul 4, 2024·7 min read
blog.vnshkumar.comHarnessing the Power of Unity's Line RendererUnity's Line Renderer component provides a flexible and efficient way to visualize lines within your 3D environments. From simple connectors to intricate particle trails or stylized lasers, the Line Renderer opens up a wide range of creative possibil...Feb 19, 2024·3 min read