Game Development

Category: Game Development, contains all the articles on Bite Sized Tech that are related to Game Development. If you are interested in Developing a game, this is where you should start.

How to make a 3D Model or an Array of 3D Model Follow A Curve - Featured Image

How To Make a 3D Model Or an Array of 3D Model Follow A Curve | Blender Tutorial

Curves and it’s various types like Bezier or Path Curves are extremely versatile in their use and can help 3D Artists in making non destructive and fast iterations in their 3D Scenes. They can be extremely useful in cases such as creating Railway Tracks or a Chained Fence, where you just need to repeat the …

How To Make a 3D Model Or an Array of 3D Model Follow A Curve | Blender Tutorial Read More »

Normal Map - CG - Basics Of 3D Art For Game Development Tutorial - Featured Image

Normal Maps and Bump Maps | 3D Art Basics With Blender

Normal Maps and Bump Maps are quite commonly used in 3D Art and Game Development to bring in an incredible amount of detail to the 3D Models without negatively affecting the underlying performance. In this Article, we will be going over What Normal Maps and Bump Maps are Why we as 3D Artists and Game …

Normal Maps and Bump Maps | 3D Art Basics With Blender Read More »

Basics of 3D Art - 3D Modeling, UV Unwrapping, Texturing, Rendering - Featured Image

Overviewing The Basics Of 3D Art | 3D Modeling, UV Unwrapping, Texturing & Rendering

3D Art is a field that a lot of aspiring artists are pursuing with all their Heart and Soul But as the saying goes – “Rome was not built in one day”. Just like that learning how to create 3D Art and building a 3D Art piece or a 3D Model also takes time and …

Overviewing The Basics Of 3D Art | 3D Modeling, UV Unwrapping, Texturing & Rendering Read More »



Albedo Map - Article Featured Image - CG - Basics Of 3D Art For Game Development Tutorial

Albedo Map or Diffuse or Color | 3D Art Basics With Blender

Albedo Maps / Textures or as some might call it Diffuse Maps / Textures are one of the most commonly used items when it comes to computer graphics and 3D Art In this Article, we will be going over What Albedo / Diffuse Maps are Why we as 3D Artists and Game Developers use them …

Albedo Map or Diffuse or Color | 3D Art Basics With Blender Read More »

Abstract Class and Abstract Method - Unity C# Game Development Tutorial - How To Make A Game - Featured Image

Abstract Class & Abstract Method in C# | Unity Game Development Tutorial | How To Make A Game

Abstract Class is one of the fundamental concept of OOPS (Object Oriented Programming System) and we use it to create Completely or Partially implemented Classes in C#, which give Game Developer such as us more control over how our Classes behaves. In this Article, we will be going over Abstract Classes and Abstract Methods to …

Abstract Class & Abstract Method in C# | Unity Game Development Tutorial | How To Make A Game Read More »

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

Polymorphism In C# | Unity Game Development Tutorial | How To Make A Game

Polymorphism is a Concept that comes into play when we start using Inheritance in our code and using this concept correctly can give Game Developers the ability to alter Inherited Methods to better suite the Derived Class. In this Article, we will take a close look at the Concept of Polymorphism to understand what exactly …

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



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

Inheritance in C# | Unity Game Development Tutorial | How To Make A Game

Inheritance is one of the fundamental concepts of OOPS (Object Oriented Programming System) and one that we will talk about today. In this article, we will go over everything about Inheritance and will cover, What is Inheritance in C# and how using it can help reduce the amount of code and increase code manageability when …

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

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

Access Modifiers in C# | Unity Game Development Tutorial | How To Make A Game

We have got in touch of Access Modifiers since the article about Variables & Data Types and since then they have made quite a few appearances in the succeeding articles but till now other than just giving you a textbook definition about it, i have not actually explained to you what Access Modifiers are and …

Access Modifiers in C# | Unity Game Development Tutorial | How To Make A Game Read More »

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

Static Modifier in C# | Unity Game Development Tutorial | How To Make A Game

There are a whole lot of Keywords in C# that are reserved and are used for specific purpose when coding and the static Keyword is one of those keywords. In this Article, I’m going to talk about the static modifier / keyword and am going to cover Static keyword and what it represents when writing …

Static Modifier in C# | Unity Game Development Tutorial | How To Make A Game Read More »



Classes, Objects and Constructors in C# - Unity Game Development Tutorial - How To Make A Game - Featured Image

Classes, Objects & Constructors in C# | Unity Game Development Tutorial | How To Make A Game

A Class and an Object can be considered as a fundamental part of how you code a game using C# and Unity Game Engine. In this article, we will take a deep dive into What a Class in C# represents and How you can Define a Class in your C# Scripts What is an Object …

Classes, Objects & Constructors in C# | Unity Game Development Tutorial | How To Make A Game Read More »