Tutorials
I have created tutorials to show tips and tricks in Unity and explain game dev concepts. I enjoy explaining game development topics and have condensed some into short-form videos.
Don’t worry I don’t use notepad for my IDE anymore ;)
Procedural animation
Procedural animation tutorial that I made after researching the topic for weeks. One of the most upvoted posts on r/Unity3d.
Hoverboard physics
Short tutorial that explains a basic implementation of hoverboard physics by adding force at the corners of the board.
Music visualizer
Tutorial that explains how to make a simple music visualizer.
Destructible objects
Short tutorial that shows how to make destructible objects using Unity and Blender.
Centipede animation
Shows how to make a procedurally animated centipede. More of a breakdown than a tutorial.
Accurate projectiles
Shows how to make accurate projectiles using raycast, that don’t rely on triggers.