Automate your development with Github Actions

Github Actions So what is Github Actions anyway? Basically, it is a set of instructions that gets run on a computer depending on what has happened in your repository. You can generate a documentation site for your code, run shell scripts to use with your project, or even make a build of your project, and that is just what I used during the development of our thesis game Get Guns, Go Grapple....

Written June 26, 2022 · Last Updated July 3, 2022 · 12 min · Jolo Gutierrez

Setting up my computer for game development in Unity

Hello, in this post I will show how I set up my computer for game development in Unity. This would involve the installation of the Unity game engine, .NET Core and .NET Framework for the dependencies, Visual Studio Code as my text editor/IDE. Do take note that while these instructions are made in Windows 10, it should be pretty much the same for other operating systems. Installing Unity Installing Unity is pretty straightforward....

Written February 20, 2022 · Last Updated May 28, 2022 · 4 min · Jolo Gutierrez

Hello World

Hi, my name is Jolo. I am currently a game development student residing in the Philippines. I mostly make games in Unity, but I also tend to check out other tech in my free time. In this site, I plan to document the things I use and find interesting, as well as post stuff about my projects down the line. Aside from game development, in my free time I play video games (obviously), read manga, watch vtubers, and learn more about tech both in hardware and software....

Written February 5, 2022 · Last Updated May 28, 2022 · 1 min · Jolo Gutierrez