Unity Fundamental Series

Unity Fundamental Series is a collection of articles and videos that show basic concepts of the Unity Engine

#9 Rotate objects in Unity. Rotate method of the Transform class.

Introduction In this article we’re going to see how to rotate objects in Unity. There are several ways to achieve this, in this case we will use the Rotate method of the Transform class, this will directly modify the rotation parameters that are observed at the top of the inspector with the GameObject selected. Go …

#9 Rotate objects in Unity. Rotate method of the Transform class. Read More »

#6 OnTriggerEnter and OnTriggerExit Methods. Detecting objects in Unity

IMPORTANT UPDATE This article is part of an older video series, I recently upload a Unity prototype to help understanding how the OnTrigger system works, how to configure the objects from the scene and how the functions are called. Please check the other article to see the updated information and download the Unity Package. TWO …

#6 OnTriggerEnter and OnTriggerExit Methods. Detecting objects in Unity Read More »

#5 OnTriggerStay Method. Detecting Objects inside a region.

Introduction In this article we are going to study how to use the OnTriggerStay method to detect the character in a certain region and apply actions when that happens. Specifically, we’re going to make the damage and health regeneration stations affect the character. Go to the project’s main page Procedure We are going to use …

#5 OnTriggerStay Method. Detecting Objects inside a region. Read More »

#4 Create and Destroy GameObjects in Unity at Runtime

Introduction In this article we’re going to look at how to create and destroy GameObjects at runtime. Achieving this is very important for creating games, because it allows us to place objects when and where we want and then destroy them. Go to the project’s main page Procedure In this challenge we are going to …

#4 Create and Destroy GameObjects in Unity at Runtime Read More »

PHP Code Snippets Powered By : XYZScripts.com
Scroll to Top
Secured By miniOrange