debugging
https://i.ytimg.com/vi/8GUKmvzRoMA/mqdefault.jpg
Building Coyote Time in a 2D Platformer
· ☕ 2 min read
Coyote Time is an idea in platformers that allows the player to jump for a few frames after they have left the platform they are on.

https://i.ytimg.com/vi/sDAXf6I76ww/mqdefault.jpg
Exploring Unity Debugging
· ☕ 1 min read
Debuggers are a great way to find out what is actually going on in your code. They allow you to pause, inspect and modify the state of your program at any time.

https://i.ytimg.com/vi/MDT6VV56vNk/mqdefault.jpg
Tracking Rigidbody Velocity in Asteroids VR
· ☕ 1 min read
In order to better track and debug in Asteroids VR I’d like to be able to track how fast the player is moving at any point in time.

https://i.ytimg.com/vi/km_kU-j7mcw/mqdefault.jpg
Drawing Lines With The Mouse in Unity
· ☕ 1 min read
Lets explore drawing lines using the mouse in Unity. We’ll approach this in two parts. The first is to figure out how to cast a line from our camera where our mouse is.