Alex Somerville·Aug 3, 2022The Highs and Lows: A Quasi-Literate Interpretation of EmpathyLiving life is a fucking roller coaster. Even the simple act of existing takes you all over the place on a daily basis. You have moments…A response icon2A response icon2
Alex Somerville·Apr 7, 2021Unity Dev: Homing MissilesWe can’t just rely on our ship’s laser to get the job done. This is a hostile alien fleet after all. A never-ending hostile alien fleet…A response icon1A response icon1
Alex Somerville·Apr 2, 2021Unity Dev: Post ProcessingEveryone loves Instagram filters, right? Well why not have them on your video game?
Alex Somerville·Mar 31, 2021Unity Dev: Moving BackgroundsI’ve been feeling like our game environment has been feeling a bit stale lately, which is why I switched up the background in my last…
Alex Somerville·Mar 30, 2021Unity Dev: Logical AnimationsPreviously we’ve set up animations for our Powerup objects, but they’re just a set of sprites animating in a never-ending loop. That’s…
Alex Somerville·Mar 29, 2021Unity Dev: Delegates & EventsWe’re going to take a short break from adding new features to our game to clean up some of the existing code. When we set up the Restart…
Alex Somerville·Mar 28, 2021Unity Dev: Multiple Action Maps (New Input System)In yesterday’s article, we added some UI to direct the player to press the “Enter” key or the Start button on a gamepad to restart the…
Alex Somerville·Mar 27, 2021Unity Dev: Basic UIThese days, it’s up in the air whether players even want a user interface. A number of games include the option to completely hide the UI…