Software Development

Unity and C# Basics: Variables

Unity and C# Basics Variables Introduction C# is a programming language created by Microsoft and used to develop games, mobile apps, and software for multiple other purposes and runs on the .Net framework. C#, pronounced ‘C sharp’, is the language of preference for developing software with the unity engine. C# is open source and entirely …

Unity and C# Basics: Variables Read More »

How to Use Events in Unity with C#

How to Use Events in Unity with C# Coding with Less Dependencies   Introduction Often when programming a game, you will run into instances where something will happen in one script/class that needs to trigger something to happen in another script/class. For example, an enemy hits the player and the player’s health bar updates to …

How to Use Events in Unity with C# Read More »

How to Build a Calculator in Unity Part 1

How to Build a Calculator in Unity Part 1 – Design Introduction This is a multi-part tutorial focused on designing, building, and deploying a basic calculator in Unity. While Unity is probably not the best tool to use to build a calculator, it will certainly get you more familiar with the engine and help you …

How to Build a Calculator in Unity Part 1 Read More »

Kanban the Framework

Kanban the Framework An agile methodology Introduction Project management is key to launching successful software on time and within budget. Agile methods of managing projects are the most popular with small to midsize teams. There are various frameworks that build onto the agile manifesto to allow for streamline approaches to managing resources. This article discusses …

Kanban the Framework Read More »