Skip to content

GSoster/unity-official-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unity-official-tutorials

repository for unity tutorials from the unity site (https://unity3d.com/learn/tutorials)

  • Roll a Ball
    Unity Version: 5.6.1
    Link to tutorial
    Description: Create a simple rolling ball game that teaches you many of the principles of working with Unity. In your first foray into Unity development, create a simple rolling ball game that teaches you many of the principles of working with Game Objects, Components, Prefabs, Physics and Scripting. No asset download required.

  • Space Shooter
    Unity Version: 5.6.1
    Link to tutorial
    Description: Using basic assets provided by Unity Technologies, built-in components and writing simple custom code, understand how to work with imported Mesh Models, Audio, Textures and Materials while practicing more complicated Scripting principles.
    In-game image:
    image
    Improved version (already has powerupps (purple shield in the image, waves, stages and soon will have bosses):
    image

  • Survival Shooter
    Unity Version: 5.6.1
    Link to tutorial
    Description: Learn how to make an Isometric 3D shooter.
    In-game image:
    image

  • UFO 2D
    Unity Version: 5.6.1
    Link to tutorial
    image

  • 2D Unity Guide
    Collection of resources