Dhruv BadayaforDhruv Badayadhruvbadaya.hashnode.net·Nov 21, 2022FeaturedBuilding an Augmented Reality Measurement App[Find the Unity Project at the end of this article. I assume that the reader has some basic knowledge of Unity GameEngine and AR Development in general]. Today we will create an app like Measure. Measure was an app by Google that used a smartphone to...Discuss·48 likes·303 readsAugmented Reality
Chizara IbeakanmaforChizara Ibeakanma's blogchizaraibeakanma.hashnode.net·Jul 4, 2022How to Fix "MonoBehaviour Not Colouring" Problem in VS CodeWhen working in Unity Engine, it is common practice to edit and open your scripts in VS Code. Sometimes, MonoBehaviour, namespaces, and variables do not colour properly when you open the script. This can be a hindrance as colour-coding helps us move ...Discuss·28 likes·370 readsunity
Arunabh Guptaarunabhgupta.hashnode.net·Feb 14, 2023Camera shake effect with Rigid Body physics in Unity Game EngineA great way to add some juice or "oomph" to your game is to add a camera shake. It's a great way of emphasizing some kind of action or any explosion creating a small but satisfying form of feedback that can create a difference between an engaging or ...Discuss·28 likes·191 readsUnity3D
Arvind Kumarhikaru117.hashnode.net·Apr 20, 2023Creating a stylized grass shader using Unity Shader Graph. (Part-2)In the previous part, we made a customizable stylized grass shader. In this part, we'll be adding animation to create the wind effect. Introduction The way we are trying to achieve wind effect will be split into two methods. The first method will be ...Discuss·27 readsCreating shadersunity
Michael Hoylemikehoyle.hashnode.net·Apr 7, 2023Unity C# Tip: Better Optional ReferencesTL;DR Use the lightweight Option library to have more performant, less error-prone optional references in your C# Unity code. Background About a decade ago, programming languages pretty much had one way of indicating that a reference variable had no ...Discuss·533 readsunity
TheLazyIndianTechiethelazyindiantechie.hashnode.net·Apr 3, 20233 Unity Development Tips for BeginnersUnity is a powerful game development engine that has helped countless developers bring their visions to life. However, it can also be overwhelming for beginners who are just getting started. In this article, we'll explore three tips that can help you...Discussunity
Tamarfor#CutePoisontamar.hashnode.net·Mar 18, 2023The Art of Addiction: How Game Developers Use Psychology to Keep You PlayingGame design psychology is how game developers use psychology to create games that are engaging and addictive. They use psychological tricks to make the game challenging, rewarding, and create a sense of accomplishment. This makes the game motivating ...Discuss·2 likes·45 readsGame Development
Michael Hoylemikehoyle.hashnode.net·Mar 15, 2023Drawing along the edges of a hex mapI'm developing a game that has a map design involving hex tiles connected in a graph along the edges. In my case, the hex tiles represent a sort of "watch tower", and the edges connecting them represent walls that are impassable without first address...Discuss·110 readshex
Tante (Jannis)tante.hashnode.net·Mar 5, 2023Creating a lot of variations of your Pixelart quicklySometimes when creating pixel art assets for your games, you want to create a lot of different color variations quickly. In Hooked, we wanted to do exactly this for the trees. In this blog post, I want to walk you through the process of how I've impl...Discuss·186 readsunity
Sravan Karuturigamedevlog.hashnode.net·Mar 4, 2023Letterboxing in Unity3DContext: A little bit of context for what I'm sure is a pretty niche problem to have. I work for Osmo/Tangible Play and traditionally, we have always had one primary target platform - Tablets ( more specifically iPad and Fire ) Our project had that i...Discuss·45 readsunity
Esteban Maldonadoestebangamedev.hashnode.net·Feb 26, 2023Multiplayer Experiment: Tit-tac-toe - Pt. 3Context In my last article, I was able to add the feature of selecting an open spot on the field, to mark it as claimed with the click of the left-click mouse button: The next step is to differentiate between claiming as either X or O. 2nd Prefab To...Discuss·1 like·45 readsUnity ExperimentsC#
Mide Sofekmidesofek.hashnode.net·Feb 25, 2023How I Built a 3D Web3 Game with Thirdweb Unity SDKIn this article, I will show you how I built my first 3D Endless-Runner game with Unity Game Engine and how I integrated some unique web3 functionalities into the game with thirdweb's gaming kit. I will go over: How the game works && My Inspiration ...Discuss·11 likes·95 readsunity
Chizara IbeakanmaforChizara Ibeakanma's blogchizaraibeakanma.hashnode.net·Feb 19, 2023Plane Detection using ARFoundation in UnityDetecting planes is an important process that has to be carried out when creating a world AR experience. Planes are flat or level surfaces and can be horizontal or vertical. Floors, tabletops, and walls are all planes. The 3D objects used in your AR ...Discuss·18 likes·72 readsAugmented Reality