Videos
https://i.ytimg.com/vi/laBPpyXfBWo/mqdefault.jpg
Live Coding a 3D Voxel Cube in Unity
· ☕ 2 min read
Lets build a basic colored voxel “chunk” from start to finish! We’ll focus on constructing three main components: a Chunk which stores data about the world, A ChunkGenerator which fills the Chunk with initial information (it builds the world) and a MeshGenerator that converts our Chunk into a Mesh you can see.

https://i.ytimg.com/vi/SIsMR5OYM8c/mqdefault.jpg
Building a Game Board in Unity
· ☕ 1 min read
We’re going to return to a project I built before starting this channel. Minefield, my take on Minesweeper for mobile.

https://i.ytimg.com/vi/2Br1nS59PLU/mqdefault.jpg
Lets Make An Expanding Pipe Shader
· ☕ 2 min read
I’ve been seeing a few example of uses for a cartoonish styled pipe that expands as something goes through it.

https://i.ytimg.com/vi/7luOiKKZa-w/mqdefault.jpg
Collaborative Coding with Visual Studio Live Share
· ☕ 2 min read
Visual Studio’s new Live Share feature makes it possible to collaboratively edit code, debug together and share terminals and locally hosted websites with your other teammates.

https://i.ytimg.com/vi/GRnALgoI8-4/mqdefault.jpg
Swinging with the Asteroids VR Grappling Hook - Part 2
· ☕ 1 min read
Part 2 of building the Asteroids VR Grappling Hook. In this video we’re going to swing! Picking up from the previous video in the series we’re going to modify our grappling hook projectiles to actually attach a Spring joint between the player and wall they impact.

https://i.ytimg.com/vi/lELHSvmBCVw/mqdefault.jpg
I See Game Objects - Unity Observer - Part 2
· ☕ 2 min read
Time to make our Unity Observer a bit more… useful. Right now we have a custom Unity editor window that can find a game object by name and display its position in the scene.