Skip to content

Installation instructions, assets, and information for the Girls Who Code Intro to Unity Workshop

Notifications You must be signed in to change notification settings

GWC-QC/GWC_Intro-To-Unity

 
 

Repository files navigation

GWC Intro To Unity & Game Development

November 19th 2021 via Zoom, 12:00PM - 1:40PM

Game Development runs the world in entertainment! From IOS games to PC games, Unity is one of the top game development platforms available for free. Learn what encompasses game development, the basics of navigating the Unity interface, and creating your first C# script for Unity! You will leave the workshop with the basics, and a short 2D game.

Learning Goals:

  • Learn how to navigate the Unity Interface and understand the scene, hierarchy, project, inspector, and console tab.
  • Understand the camera and coordinate system.
  • Create game objects, animate 2D sprites, and play audio.
  • Create basic C# behavioural components.
  • Create a short 2D game!

Before you attend:

  • Know the basics of programming [loops, predicates, etc.], you do not need to be adept at C# to follow this workshop.
  • Download Unity Hub and the required version for this workshop. See installation instructions below.
  • Follow instructions for the SetUp_GameProject.md file and then DownloadWorkShopFolder.md file. You need to have the workshop folder installed, and your game project ready to be modified, before the workshop day.

Unity Installation Instructions

Note, this workshop has been mainly optimized for Mac and Windows support.

  1. Create a Unity account, select the 'Personal' option for the licensing.
  2. Visit the installation page for the Unity Hub at https://unity.com/download and install latest version. Do not download the beta versions!

image

  1. Once you are finished downloading the Unity Hub, visit https://unity3d.com/get-unity/download/archive. We are downloading the latest version, specifically version 2020.3.22f1. If you are not given this option in the Unity Hub, seek out the archive to download the appropriate version.

image

  1. Once you are prompted to download, install your computer's build support. This is important, you need to have at the bare minimum your computer's support so you can run and build the game. This workshop has been optimized for Mac and Windows support.

image

  1. You may be prompted to download Visual Studio 2019 Community edition. You just need anything that can modify code. It's not required to have for the workshop, but feel free to download it if you want faster compilition through that interface, and shortcuts for Unity methods/objects.

image

  1. Finally, sit back and relax while your download finishes. You'll be able to create projects using that version, which will be reviewed SetUp_GameProject.md .

About

Installation instructions, assets, and information for the Girls Who Code Intro to Unity Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%