Learning Unity 2D Scripting

Go to class
Write Review

Free Online Course: Learning Unity 2D Scripting provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Learning Unity 2D Scripting is taught by Jesse Freeman.

Overview
  • Discover how to create scripts for 2D games in Unity. Learn how to create new scripts from scratch, expose public fields to the inspector, extend the MonoBehaviour class, and more.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Using the exercise files
    1. Unity Scripts
    • Create a new project
    • How to use the IDE
    • Scenes
    2. Creating C# Scripts
    • Creating GameObjects
    • Attaching scripts
    • Inspector
    • Console window
    • The debugger
    3. Intro to C#
    • Intro to MonoBehaviour
    • Data structures
    • Adding new scripts
    • Talking to other scripts
    • Custom classes
    Conclusion
    • Next steps