Check out my Unity tutorials here!

You'll find a few tutorials here about some things I've learned while using the Unity5 game engine.
These aren't as popular as my Blender content, so there's not nearly as many, but hopefully you find them useful!

An Intro to Graphs For Procedural World Generation
A gentle intro to Graph Theory and Pathfinding, from the lens of Game Design for procedural world generation.
Isometric Games - Art, Code and Maths
On the difficulties and benefits of working in a simulated isometric perspective.
How to Make Damage Text Popups in Unity
Learn to make damage numbers or damage text popups appear in Unity with TextMeshPro and Unity animations, or with an advanced procedural technique.
https://d33wubrfki0l68.cloudfront.net/60b104f65f9ab92a838395278afccd01e4ed2a35/4dd3f/post/2020-02-07-a-guide-to-lazy-progress-healthbars-in-unity/images/thumb-2.png
A Guide to Lazy Progress/Healthbars in Unity
Learn to make a delayed, darksouls style healtbar for some extra gamefeel using some simple C# code.
https://d33wubrfki0l68.cloudfront.net/cfb9ac5c3622ffcc06993a7b5d23a8e004b5aa08/cac04/post/2020-02-05-setting-up-git-and-unity-workflow-guide/images/thumb-1.png
Setting up Git and Unity (Workflow Guide)
Create a setup for integrating Git and Unity with this simple project, starting off by setting up Git and going over the entire workflow.
https://d33wubrfki0l68.cloudfront.net/21c1b246d5facdc11409340da63b647d860feb01/d66cd/post/2020-01-29-the-ultimate-guide-to-custom-cursors-in-unity/images/header-2.png
The Ultimate Guide to Custom Cursors in Unity
Learn to make a custom crosshair that follows your mouse in Unity in this short tutorial, and understand the math involved as well as how to effectively use the Unity Scripting Docs.