game
https://i.ytimg.com/vi/hr6ox4bg3Ow/mqdefault.jpg
Implementing Scene Switching - An Elevator Between Scenes - Part 2
· ☕ 1 min read
Continuing our elevator and asynchronous scene management system development let’s try to build a 3-scene system that will allow us to create a base scene with the global game objects (our player, scene transition elevator, camera etc) and the two “floors” we’ll be transitioning between.

https://i.ytimg.com/vi/8cZo-c-f1yc/mqdefault.jpg
Exploring Dot Products in Unity
· ☕ 2 min read
Dot Products are a really easy and fun way to compare Vectors in space. When comparing two normalized with a dot product the result will be the cosine of the angle between the two Vectors.

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/FGTpz3O8PnQ/mqdefault.jpg
Recreating Particle Effects with Game Objects in Unity 3D
· ☕ 2 min read
I’ve been setting up a demo for a new project and ran into a bit of a snag. I had originally intended to use a Particle System to generate the effect I wanted - I already have it created.

https://i.ytimg.com/vi/AMlw0xCGVn4/mqdefault.jpg
Midnight - Asylum Jam 2017 - Post Mortem
· ☕ 1 min read
Midnight is a game built in 48 hours for the Asylum Jam. The asylum jam emphasizes horror without the stigma of mental illness, including the use of asylum’s, hospitals etc.

Jump, Bang! on GameJolt
· ☕ 1 min read
Play Jump, Bang! on GameJolt - split-screen competitive climbing with explosives.

https://i.ytimg.com/vi/OVYcQkcjtzo/mqdefault.jpg
Shooting Projectiles - Building a Grapple Gun - Part 1
· ☕ 1 min read
I’ve had a fun idea. Let’s add grapple guns to our Asteroids in VR game. In this video specifically we’re going to be focusing on adding projectiles that we can use to attach to the asteroids and pull ourselves in.

https://i.ytimg.com/vi/yXH5h4glJxs/mqdefault.jpg
Welcome to Conqueror - Conqueror Version 3 Demo
· ☕ 1 min read
Conqueror is an application built against the public Conquer Club API’s. What is Conquer Club? It’s an online strategy game built around conquering your foes and acquiring territory not unlike the classic boardgame Risk.

https://i.ytimg.com/vi/XatMVo5lJxk/mqdefault.jpg
Simulating Planetary Temperature - An Old Test Project
· ☕ 2 min read
This is an old concept I made years ago to experiment with heating a planet. I discontinued work on this specific concept shortly after recording this, the design was not a good one, but I think it’s still interesting.