Posts

Showing posts with the label 3d

Public Vector 3

Makes it easier because it'll store three numbers for the X, Y, and Z

Creating a script

SOURCE: https://docs.unity3d.com/Manual/CreatingAndUsingScripts.html

Scripting

Scripting is an essential ingredient in all applications you make in Unity. Most applications need scripts  to respond to input from the player and to arrange for events in the gameplay to happen when they should. Beyond that, scripts can be used to create graphical effects, control the physical behaviour of objects or even implement a custom AI system for characters in the game. SOURCE: https://docs.unity3d.com/Manual/ScriptingSection.html

Components

Components -what makes objects do different things