Imran MominHearts Fly — Unity VFX GraphHave you ever wanted to make your apps look more spectacular without spending a lot of time and effort on graphics? Here, you’ll learn how…Jul 25, 2021Jul 25, 2021
Imran MominLINQ in UnityLINQ (Language Integrated Query) is a great feature available to C# Unity developers. Many developers don’t know it exists or how to use it…Jun 26, 2021Jun 26, 2021
Imran Momin‘Overwatch’-Like PvP Game ‘Larcenauts’ Heading To VRThe class-based multiplayer shooter features a variety of game modes and characters, including a giant sentient mushroom.May 8, 2021May 8, 2021
Imran MominVR LocomotionWith the strong launch of Oculus Quest 2 (Facebook/Oculus has collected a record number of monthly active users over the last 7 weeks), the…May 5, 2021May 5, 2021
Imran MominCreate AR business card using UnityBusiness cards are pretty much dead. They have been around forever and they don’t do much for creating a great impression. With many other…May 4, 2021May 4, 2021
Imran MominPost-Processing in UnityPost-Processing is one of the biggest and most effective subjects in Unity. It can change how the game looks completely!May 2, 2021May 2, 2021
Imran MominObject-Oriented Programming (OOP) — Unity C#If class and struct are the blueprints of our program, then OOP is the architecture that holds everything together. It has specific…Apr 25, 2021Apr 25, 2021
Imran MominDefining Classes & Structs — Understanding reference and value types — Unity C#Classes are reference types — that is, when they are assigned or passes to another variable, the original object is referenced, not a new…Apr 22, 20211Apr 22, 20211
Imran MominIntroducing Classes — Unity C#We have seen how variables store information and how methods perform actions, but our programming toolkit is still somewhat limited. We…Apr 21, 2021Apr 21, 2021
Imran MominIteration Statements — Unity C#What do we do when we need to go through the entire collection element by element? This is called Iteration and C# provides several…Apr 20, 2021Apr 20, 2021