Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 956 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 956 Bytes

unity-learning

Projects for learning Unity

A basic 2D Flappy Bird clone with a simple game over/restart menu. Assets drawn by hand.

Tutorials followed:
The Unity Tutorial For Complete Beginners

A simple 3D platformer with coins that the player can collect and spend to double-jump, respawn checkpoints, and moving platforms.

Tutorials followed:
LEARN UNITY - The Most BASIC TUTORIAL I'll Ever Make
How To Make 3D Coins Or Any Gameobject Rotate With Animation In Your Game Made With Unity Software

A project to test out decoupling code using Scriptable Objects for basic functionality.

Tutorials followed:
The Power of Scriptable Objects as Middle-Men