5 Visual Studio Coding Tricks to Speed up your coding

Use these 5 amazing Visual Studio tips to help speed up your dev time INSTANTLY! How would you like to INSTANTLY save more time and energy coding your games? Over the years I've learned many fun tips and tricks that have helped me to speed through things in Visual Studio. I share with you some of those tricks that have helped me plow through MASSIVE code...I'm talking 100k+ lines of code with massive amounts of scripts. (more…)
Read more...

7 Must Have Gadgets and Gizmos to Speed Up Your Unity Development!

Gadgets and tools that will save you time or make your development life easier and even increase your productivity! Lets face it, developing is a lot of hard work, with lots of hours involved. You're spending days coding and with all that hard work, there are definitely times you've probably said "There's gotta be a better way!" Well there is no MAGIC BULLET but these gadgets and tools will make your dev life easier and in some cases save you hours! (more…)
Read more...

Software Stability and Environments

Building software can be an ongoing challenge, but how do you setup your software environment in order to make sure that clients get the best experience? This article takes a sneak peak into the world of Software Stability! (more…)
Read more...

7 Keys to Developer Health

Rarely do we discuss the mental and physical challenges that come with development...lets open up this conversation now with 7 ways you can have a more balanced Development Life! It's no secret, many of us develop so much and work so hard that we end up DREAMING in code! As a person who's burnt out many times (And yes even landed myself into the Hospital on occasion from it), I've learnt that it is NEVER worth putting your health at risk PERIOD! (more…)
Read more...

7 Steps To Master Mouse Interaction with 3D Objects (Beginners)

In this article I will walk through how to interact with your 3D Game objects using your mouse. Yes I'm sure you've gone through the tutorials and sometimes it can be confusing just to get things working. My goal in this article is to lay out all the basics of mouse interaction so you can get the job done and continue working on your awesome game! (more…)
Read more...

7 Optimization and Speed Tricks and Tools

Here are 7 optimization and speed tricks and tools that I've used over the years that have helped me to increase my FPS (Frames Per Second) and decrease draw calls as well as final file sizes. At times, creating games and apps can be frustrating, none so frustrating as when you are trying to launch onto a mobile device or limited device only to have everything slow to a crawl. (more…)
Read more...

Git Command Line Setup With Unity Step By Step for Beginners

I am going to walk you through how to setup git command line on a new unity project :) If you're like me, an indie developer, who for years never really had a use for git until finally I just had to 'git' it done (such a geek joke)...anyways, you may be wondering WHY even use git, how can it help me out and finally how do I set it up? (more…)
Read more...

Paper Testing – 7 Tips to a Better Game / App

We are so caught up in a "Build Build Build" world that we tend to forget the easiest and most cost effective way of testing out an idea...PAPER TESTING!! How often do you paper test an idea? Paper testing...it is the cheapest and most cost effective way to test out ideas, yet how often do we as developers do this? (more…)
Read more...