Author and project
Binh Pham
Shapeshifters (2021)
Summary
This package contains useful link to YouTube video that has helped me learn Unity myself.
How to make a 2D Game in Unity – Brackeys
The video gives you some sense of direction guiding towards making a 2D game: what type, what mechanics, etc.
2D Camera in Unity (Cinemachine Tutorial) – Brackeys
The video teaches you how to use effect relating to cameras in 2D games such as shake screens. I personally employed this in my game.
Unity tutorial channel – Code Monkey
https://www.youtube.com/channel/UCFK6NCbuCIVzA6Yj1G_ZqCg
Similar to Brackeys, the channel gives you lots of instructions on how to make games in Unity. However, the contents were more advanced compare to Brackeys contents and might not be as beginner-friendly, but it is also very useful and can guide you further into the technical details of Unity.
Introduction to Transform in Unity – Code Monkey
One of the basic video on Code Monkey, gives you understanding on Unity transform attribute.
Introduction to Game Object in Unity – Code Monkey
One of the basic video on Code Monkey, gives you understanding on Unity game object attribute.