Unity Scripting: The basics (part one)

Опубликовано: 05 Октябрь 2024
на канале: MitMac Games
13
1

This video will go over the basics of Unity scripting. Scripting is really writing computer code, and can be quite complicated. Throughout the tutorial video’s I will be adding more complex coding structures and concepts, and demonstrate these concepts with simple games. It is best to exercise concepts in real life situations vs just reading about them. This video will cover the following.

Creating a new script
Editing the script in Visual Studio
Moving game objects
Creating and destroying Unity game objects dynamically
Debugging a script in Visual Studio


00:00 Introduction
04:20 Create new script
06:30 Edit script in Visual Studio
07:08 Create new GameObject
23:17 Moving game objects from script
31:46 Debugging script in Visual Studio