Posts by Y SAI KIRAN

Author Biographical Info: Unity Developer

How to load a scene in Unity C#

By Y SAI KIRAN

Hello programmers, In this article, I will show how “How to load a scene in Unity C#”. Before we start the building process, we need to know a few concepts. Let’s first discu.... Read More

Destroy a GameObject in Unity 3D C#

By Y SAI KIRAN

Hello programmers, In this article, I will show how to destroy a GameObject in Unity 3D with C# programming. If you are a beginner and want to create your own game but don’t .... Read More

Change the material color of an Object in Unity 3D

By Y SAI KIRAN

Hello programmers, In this article, I will show how to change the material color of an Object in Unity 3D. Lets’s get started with the building process. Step 1: Create a 3D O.... Read More

Action Callback in Unity3D

By Y SAI KIRAN

Hello Programmers, In this article, we will discuss “Action Callback in Unity”. Before we get started we need to know a few concepts. Let’s discuss them one by on.... Read More

MonoBehaviour.Update() in Unity

By Y SAI KIRAN

In this article, we will discuss the Update method in Unity which allows us to make changes in the projects over time. MonoBehaviour.Update method in Unity The update method is cal.... Read More

How to rotate object in Unity 3D

By Y SAI KIRAN

Hello programmers, In this article, I will show “how to rotate object in Unity3D”. Before we get started with the building process, we need to know a few concepts. Let.... Read More

How to check internet connection in Unity

By Y SAI KIRAN

Hello programmers, In this article, I will show how to check the internet connection in Unity. Before we get started with the building process, we need to know a few concepts. Let.... Read More

Pass data and references between scenes in Unity

By Y SAI KIRAN

Hello programmers, In this article, I will show how to “Pass data and references between scenes in Unity” As a beginner at Unity, everyone faces the problem of passing .... Read More

Related Posts