If Statement - Unity C# Game Development Tutorial - How To Make A Game - Featured Image

If Statements | Unity C# Game Development Tutorial | How To Make A Game

When you are writing code In C# or any other programming languages there will arise situations where you would want your program to make decisions based on the criteria that you have predefined. For Example, When you are making a game of any genre, whether it be a Racing Game, an Adventure Game or whatever …

If Statements | Unity C# Game Development Tutorial | How To Make A Game Read More »

Logical Operators - Unity C# Game Development Tutorial - How To Make A Game - Featured Image

Logical Operators | Unity C# Game Development Tutorial | How To Make A Game

In C# and all the other programming languages, there are special symbols and combination of symbols which which we use for creating conditional statements with one or more conditions or for reversing the output of a conditional calculation. These symbols and combination of symbols are what we call Logical Operators in programming. In the articles …

Logical Operators | Unity C# Game Development Tutorial | How To Make A Game Read More »

Comparison Operators - Unity C# Game Development Tutorial - How To Make A Game - Featured Image

Comparison Operators | Unity C# Game Development Tutorial | How To Make A Game

In C# and all the other programming languages, there are special symbols and combination of symbols which which we use to Compare data stored inside a variable with another variables or with a hard-coded value. These symbols and combination of symbols are what we call Comparison Operators in programming. In articles before, we have already …

Comparison Operators | Unity C# Game Development Tutorial | How To Make A Game Read More »



Assignment Operators - Unity C# Game Development Tutorial - How To Make A Game - Featured Image

Assignment Operators | Unity C# Game Development Tutorial | How To Make A Game

In C# and all the other programming languages, there are special symbols and combination of symbols which which we use to Assign values to variables. These symbols and combination of symbols are what we call Assignment Operators in programming. In an article before, we have already talked about Arithmetic Operators. In this article, we are …

Assignment Operators | Unity C# Game Development Tutorial | How To Make A Game Read More »

Arithmetic Operators - Unity C# Game Development Tutorial - How To Make A Game - Featured Image

Arithmetic Operators | Unity C# Game Development Tutorial | How To Make A Game

In C# and all the other programming languages, we use special symbols for performing Mathematical / Arithmetic Calculations. These symbols are what we call Arithmetic Operators in programming and you can basically consider them staples of the programming world. In this article, we are going to cover Arithmetic Operators and then in subsequent articles we …

Arithmetic Operators | Unity C# Game Development Tutorial | How To Make A Game Read More »

Arrays - Unity C# Game Development Tutorial - How To Make A Game - Featured Image

Arrays | Unity C# Game Development Tutorial | How To Make A Game

An Array can be considered as one of the most fundamental parts of programming and you should learn about what Arrays are and get a thorough understanding of how they work before starting to create your own games. So in today’s article I’m going to walk you through all the things related to Arrays and …

Arrays | Unity C# Game Development Tutorial | How To Make A Game Read More »



Variables & Data Types - Unity C# Game Development Tutorial - How To Make A Game - Featured Image

Variables & Data Types | Unity C# Game Development Tutorial | How To Make A Game

In this article, I’ll be talking about Variables and Data Types in C# Programming Language that you will be using while developing games using the Unity Game Engine. So, let’s directly get to the point. Breaking Down The Base Structure Of A Unity C# Script To explain everything simply and break down the base structure …

Variables & Data Types | Unity C# Game Development Tutorial | How To Make A Game Read More »

Game Development Softwares (Game Engines, 2D Art, 3D Art, Code Editor, DAW) - How To Make A Game - Featured Image

Game Development Softwares | Game Engines, 2D Art, 3D Art, Code Editor, DAW | How To Make A Game

Now let’s say that you have decided to become a Game Developer. The first thing in your head will be Well that was easy enough… Wait! What the duck do i do now? And to answer that question let me take you to a journey through all the Main Categories of Softwares that you will …

Game Development Softwares | Game Engines, 2D Art, 3D Art, Code Editor, DAW | How To Make A Game Read More »

5 Ways To Develop Games On Low End PCs With Unity - How To Make A Game - Featured Image

5 Ways To Develop Games On Low End / Low Spec PC With Unity | How To Make A Game | Unity Tutorial

Now most of us don’t have really high end computers with top of line processors and graphic cards which would make our lives as Game Developers a lot easier. Instead, what we have are run off the mill computer parts that will find it really difficult to push out steady fps (Frames per Second) or …

5 Ways To Develop Games On Low End / Low Spec PC With Unity | How To Make A Game | Unity Tutorial Read More »



Intro To Game Development (What is Game Development, Roles in Game Development) - How To Make A Game - Featured Image

Intro To Game Development | What is Game Development, Roles in Game Development | How To Make A Game

Games. Something that every single one of us have played or so i hope, as if you have not, then you are missing out big time. Games are fun and they take your mind away from the chaotic world that is our normal life. Whether it be Exploring a Dungeon, Building a Farm, Living a …

Intro To Game Development | What is Game Development, Roles in Game Development | How To Make A Game Read More »