Skip to main content

3 posts tagged with "Game Development"

View All Tags

· 3 min read
Brock Davis

Recently I was working on creation an animation for a game I am working on on the side and thought I would share a quick tutorial on how to use blendtrees to manage animations. I am not going to go over creating the sprites or splitting them, this assumes you have the animations set up. If you want a quick read on how to do that check out my other post.

· 2 min read
Brock Davis

I recently started to dive into game development and after checking out a few engines I landed on Unity. I wanted to go over a few setup steps I did to get VS Code working properly along with formatting and intellisense. This is going to assume you already have Unity installed and because it is pretty straight forward I did not see much point in going through those steps.