Skip to content

zeroth-hour/Unity3D-Workshop-Sept19

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Unity Tutorial: Simple Hat Trick Catch Game.

Hi, this is a simple tutorial on how to create a Catch Game for Unity. It's adapted from these three links and updated to the latest version of Unity (verified on 2019.1.0f2).

Tools

You'll need Unity and assets to get started. Download Unity at https://unity.com/

Importing the assets will come later.

Starting a new project

Open the Unity Hub and create a new project, and use the 2D template. Import the assets you downloaded by going straight to https://assetstore.unity.com/packages/templates/hat-trick-the-catch-game-80408, purchasing the asset (it's free) and open it in Unity. This will open the page in the Unity project. Hit "Import". This will cause the assets to be imported automatically into your project.

A scene in Unity is essentially a single level. You'll only create a single scene for this game.

Setting up the canvas

Hit the "Game" tab (beside the asset store) and select "Standalone" from the dropdown menu near "Free Aspect". This fixes your canvas to a specific resolution, which will be useful.

Then open the Sprites folder under Assets/Hat Trick... and drag the HatBackSprite and HatFrontSprite to the scene. The two sprites combined is your "player" (the hat is trying to catch the bowling balls).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 100.0%