Have you ever wondered how to create an animated character for a 2D game? I recently learned how and wanted to share the steps I took to take a sprite sheet and create it into a moving character for a 2D game in Unity.
4 posts tagged with "Tutorial"
View All Tags · 3 min read
How to setup VS Code for Unity Development
· 2 min read
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.
Hosting a Static Site on S3 with CloudFront
· 2 min read
Creating an Online Portfolio with GitHub Pages
· 3 min read
Recently I did a session at Georgia State University where I walked students on how to create and deploy a basic website using GitHub Pages to showcase their work, resume, or startup idea. I promised the students that I would do a write up on the steps we went over, how to take it to the next steps, and put it online. So that is what this post is.