Put that enemy away before you hurt yourselfWhen spawning objects from our spawn manager, even though they are disappearing offscreen objects build up, clutter the hierarchy, take up…May 11, 2021May 11, 2021
Co(ol) your jets and get out of a routineCoroutines allow us to yield or suspend our application by telling our program to wait a set amount of time before continuing on it’s merry…May 5, 2021May 5, 2021
Have you seen this error? Files too large for Git?Have you seen this message? Chances are if you’re working in most software engineering fields you haven’t, but if you’re in games you may…Apr 26, 2021Apr 26, 2021
Why write pseudo code?Pseudo code what is it? Some form of pasta soup? It refers to lines of code that are not for machines to digest, but humans. Imagine code…Apr 25, 2021Apr 25, 2021
Variables: The DNA of programmingWhat are they? Variables are like a box that contains information, we use them as storage containers for different data types. What are…Apr 22, 2021Apr 22, 2021
Tag, you’re it!If you’re new or a pro at Unity, there are two particular lines of code that are used often,Apr 22, 2021Apr 22, 2021
‘Get Cache for that Component’Get component is probably the most widely used way for components and scripts to communicate in Unity. However, if you’re constantly…Apr 21, 2021Apr 21, 2021
Transform(ers) rollout!Ok, you have your Git repository synced, Unity is set up just the way you like it, how do we get things moving? First we have to…Apr 19, 2021Apr 19, 2021
The Perfect Layout? Pro you say?Want to optimize your Unity workflow? Out of the box Unity has a set default window layout, but like much of the software this can be…Apr 17, 2021Apr 17, 2021