Unity 2021.
Welcome To The Course
Rick
Unity 2021.1
Download Unity & VS Code
Rick
Let’s Get Downloading...
●Install Unity Hub
●Install Unity 2021
●Install Visual Studio Code
Download Unity Hub & Unity
●Download Unity Hub
●Download latest Unity release
○Any problems at all, download the version we are
using
●Download VS Code
●We’ll make sure everything works properly in
next video
Game Engine & IDE
Integrated Development
Game Engine: Environment (IDE):
● Visual interface for .cs files ● Helps us write code to
creating games tell the game engine
● Systems of existing what to do
code we can use ● Code we write is ● Auto-complete, colour
(physics, rendering, saved in coding, syntax error
audio, etc) “Scripts” which checking
are .cs files
Unity 2021.1
Introducing Unity
Rick
What Is A Sprite?
8
A Sprite is a 2D graphic
object obtained from a
bitmap image.
8
Make A Pretend Platformer
●Using only basic sprites, create a pretend
platformer level
●Note: this is just for fun, we won’t be using it
in a game
●Share a screenshot on the [Link]
discussion forum!
Unity 2021.1
Set Up Visual Studio Code
Rick
Change The Message
●Change the content of our print statement to
something that a player might be saying in
your pretend platformer (eg. “Ate… too…
many… donuts…”)
Unity 2021.1
Community & Support
Rick