C# HLSL ShaderLab Mathematica
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
2D UFO Game
Roll a Ball
Space Shooter Space Shooter: Added more Texts to the HUDCanvas Aug 14, 2017
Survival Shooter Space Shooter: Added more Texts to the HUDCanvas Aug 14, 2017
.gitignore
README.md

README.md

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