Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
You may have played video games where the player moves forward with a constant speed and overcomes some obstacles by moving sidewise. Well, you can do this same kind of thing in Un.... Read More
In game development with Unity using C# programming, you may have to count the number of objects with a specific tag. More practically, you need to get the updated statistic of the.... Read More
You can easily add fog to your Unity 3D game with just a few clicks. Fog is an amazing post-processing effect that comes with Unity. In order to enable fog in your scene, there are.... Read More
To find a GameObject in Unity with the help of C# programming, we can use the GameObject.Find() method. We have to pass the object name as a parameter to this method just as you ca.... Read More
In this tutorial, you are going to learn how to spawn a prefab in Unity 3D with the help of C# programming. In game development, it is a common thing to create GameObject at runtim.... Read More
In this tutorial, you are going to learn how to clone an object in Unity with the help of C# programming. Below are the steps that I am going to follow in order to clone or duplica.... Read More
You often notice that many of the Unity assets add a new menu item after importing it to the Unity project. Those menu items are created by the author of the assets. Creating a men.... Read More
In this game development tutorial, you will learn how to remove the Collider component from a game object with the help of C# programming. You often may need to destroy the collide.... Read More