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
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
Comments
Post a Comment