Creating Ragdolls in Unity

Creating immersive and lifelike character animations is essential for captivating players and enhancing the overall gameplay experience. One powerful tool that enables developers to achieve realistic movements and interactions is Unity Ragdoll Physics. Ragdoll physics refers to a technique that simulates the dynamic behavior of a character’s body parts, allowing them to react to external … Read more

How to make a Minimap in Unity

Minimaps are commonly used in games to provide players with a compact and simplified overview of the game’s environment. They serve several purposes and offer several benefits to players such as navigational help, spatial awareness and tactical information. Minimaps have become a standard feature in many genres, due to their practicality and usability. In this … Read more

Why Are Video Games So Expensive to Make? 

Video games have evolved from simple pixelated experiences to intricate and immersive digital worlds. In recent years, as the industry continues to evolve with new technologies, the cost of creating these games has skyrocketed. But, unless you’re a developer yourself, you may be left wondering how they can spend so many millions on developing single … Read more

Bullet Physics Unity: Movement and Collision detection

When it comes to implementing bullet physics in Unity, understanding how to efficiently spawn and control bullet movement, as well as handle collisions with fast-moving objects, becomes crucial. In this article, we will see, how to implement bullet physics, ensuring their smooth movement and accurate collision detection. We will also discuss a Raycast technique that … Read more

Lists in Unity for Beginners

Lists are often confused with arrays due of their similarities. But lists offer more functionality compared to arrays. In Unity, lists are more powerful that arrays and are easier to perform data operations on. In this tutorial, we will try to understand what are lists and how to use them in Unity. What are lists … Read more