Aug 31, 2022Staying in the lines?Objective: Limiting the player’s view. — Currently, there isn’t a limit to how high/low the player can look, which can be a good thing and a bad thing. …Unity3 min readUnity3 min read
Oct 8, 2021Zombie hordes, meet my little friend.Objective: talk about the cute little friend. — Serious Objective: Adding in the basics for being able to shoot at the zombies using ray tracing. Sure it can be fun trying to make it through a level with no guns and just trying to sneak your way past everything but what about all the shooting? This is meant to be a 3rd person shooter! Here we can use some ray casts to check if we…Games3 min readGames3 min read
Sep 24, 2021World or local?objective: looking into the difference between world space and local space. — When working with 2D and 2.5D we haven’t really had to worry about local space and world space since we are always heading in 1 direction but with 3D we will have to start worrying about it. …Unity4 min readUnity4 min read
Sep 21, 2021Zombie Swarm!Objective: Starting a new project this time with zombies and in 3D! and a bonus. — Zombies… Time flies when you’re having fun, and the 2D dungeon escape was fun but as it draws to a close for now (more to come as always lol) it’s time to move onto the world of 3D by making a 3rd person zombie shooter. Since we are working in…Zombies4 min readZombies4 min read
Sep 18, 2021It’s on Google Play!… now what?Objective: looking at where to go after finally getting the game on the Google play store. — If you read the last article you will know what I mean by finally. …Unity4 min readUnity4 min read
Sep 16, 2021Headaches ensued…..Objective: Publishing to the google play store. — This one could have been a lot easier than it was but things happened. The first time uploading a game to the play store was a bit of a hassle but it was an eye-opening experience that should make the next time uploading a game much easier. To start out…Unity8 min readUnity8 min read
Sep 13, 2021Lending a helping hand for when you want to save some time.Objective: Creating rewarded video ads in Unity. — Sure we can farm the area for more diamonds but when you don’t have the time for that kind of gameplay anymore, adding in a way to help them out with much less time can be useful. …Ads5 min readAds5 min read
Sep 3, 2021Time to make thing game actually playable on mobile.objective: Adding in the cross-platform input controller — After making a build that would load on the phone to see if all the UI was the right size/place it was time to start making all those controls work for real. Here we are going to be cheating, well just a little. We can use the asset store to…Mobile5 min readMobile5 min read
Sep 2, 2021Oh shopkeeper, show me your wares.Objective: OnClick events in unity — After making some UI for our shopkeeper, we don’t really have any functionality, sure it looks nice but we can’t do anything with it. Here we can use some OnClick events to be able to buy from the shop. …Games6 min readGames6 min read
Aug 31, 2021The basics and not so basics of Visual Studio.Objective: shed some light on some useful shortcuts in Visual Studio for Windows. — This one is a little different from the ones I’ve been writing lately but it’s helpful nonetheless. Sadly this is only for Windows PC as I don’t have a way to test on Mac PC. You may already know some of these maybe even all of them but when I…Hints And Tips6 min readHints And Tips6 min read