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
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
vnsh kumarvnshkumar.hashnode.net·Jan 14, 2023Universal Render Pipeline in UnityHey Readers, Today we are going to talk about Universal Render Pipeline. The Unity Engine's Universal Render Pipeline (URP) is a prebuilt Scriptable Render Pipeline (SRP) that is optimized for delivering high-quality graphics on a wide range of platf...Discuss·4 likes·189 readsunity
Adeyemi Mosopesopebold.hashnode.net·Apr 7, 20233D Storytelling Tools.If you’re looking to go into 3D storytelling, here are basic tools you can use to embark on this journey. Unity: Unity is a popular 3D game development engine that can be used to create interactive 3D stories. It offers a wide range of features and ...Discussstorytelling
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
Sarvesh KesharwaniforNLPsarvesh42.hashnode.net·Mar 27, 2023Understand Firebase for Android App Development?Firebase is a cloud-based platform that provides a variety of services to help developers build and manage mobile and web applications. It is owned by Google and offers many features such as real-time database, hosting, authentication, messaging, and...DiscussFirebase
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
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
Wildan Mmubarok.hashnode.net·Mar 2, 2023How to Install Unity and Visual Studio on Mac without Admin RightsI came across a situation where I was stuck with a work laptop that didn't allow me to install apps with system privileges... So I went with a workaround. This assumes you still have sudo access needed to grant a Unity license and additional Visual S...Discuss·65 readsUnity3D
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#
Esteban Maldonadoestebangamedev.hashnode.net·Feb 25, 2023Global Game Jam 2023! - Part 4Context In the last article in this series, I went over how I created the necessary logic for our designer to place enemy wave spawn points in the level. And in the same image below, you can see the bunny attack VFX that I added to the main character...DiscussGame JamsC#
Arvind Kumarhikaru117.hashnode.net·Feb 22, 2023Creating a stylized grass shader using Unity Shader Graph. (Part-1)Hello everyone, This is a breakdown of the stylized grass shader I made for our game Trials For Paradise. Introduction When we started developing the game we wanted it to have a stylized art style, So I started looking around the web for inspiration....Discuss·1 like·98 readsCreating shadersunity
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