0% found this document useful (0 votes)
82 views11 pages

Unity 2021 Game Development Guide

This document outlines a course on Unity 2021.1, including instructions for downloading Unity Hub, Unity 2021, and Visual Studio Code. It introduces key concepts such as sprites and encourages creating a pretend platformer level for fun. Additionally, it highlights the importance of community support and provides a task to change a print statement in the code.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
82 views11 pages

Unity 2021 Game Development Guide

This document outlines a course on Unity 2021.1, including instructions for downloading Unity Hub, Unity 2021, and Visual Studio Code. It introduces key concepts such as sprites and encourages creating a pretend platformer level for fun. Additionally, it highlights the importance of community support and provides a task to change a print statement in the code.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

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

You might also like