Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Unity: Scripting with C#

Posted By: Landau17
Unity: Scripting with C#

Unity: Scripting with C#
MP4 | Video: 720p | Duration: 1:19:38 | English | Subtitles: VTT | 251.2 MB



Unity games can be scripted in several languages, but the most popular and powerful choice is C#. In this course, game development engineer Kelley Hecker walks through the process of creating and attaching C# scripts to your game objects in order to customize their appearance and control their behavior. The course includes an in-depth exploration of the MonoDevelop scripting environment; MonoBehaviour, the base class for almost every script; and Unity's built-in classes, which prime your scripts for success. Plus, get an introduction to using the singleton pattern to manage game states and using events to respond to user input (for example, to deal damage when a player makes a mistake).

Topics include:
  • Defining classes and variables
  • Attaching scripts to objects
  • Understanding MonoBehaviour class
  • Using the Unity Scripting API
  • Importing assets
  • Using a singleton pattern to manage game state
  • Creating an event