In the Unity game development tutorial you will learn about C#, IDE option, setup, Console, Project setup.
Scripting tells our GameObjects how to behave; its the scripts and components attached to the GameObjects, and how they interact with each other, that creates your gameplay. Now, scripting in Unity is different from pure programming.
A script must be attached to a GameObject in the scene in order to be called by Unity. Scripts are written in a special language that Unity can understand. And, i it through this language that we can talk to the engine and give it our instructions.
The language that is used in Unity is called C# (pronounced C-sharp). All the languages that Unity operates with are object-oriented scripting languages. Like any language, scripting languages have syntax, or parts of speech, and the primary parts are called variables, functions, and classes.
You will learn about what IDE should be used in UNITY and learn about console and setup your project. And checkout my previous youtube video lectures. • #skillsdriller UNITY 3d resource and walk...
And Don't forget to subscribe my channel
#skillsdriller