© 2023 Hashnode
#unity-engine
Bismillah, Greetings reader, apologies for the delayed time in creating these articles, a few hard decisions had to be made regarding where this career thing is going. In this article, I'll be discuss…
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…
TL;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 variab…
Unity 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 a…
Game 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 …
I'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 represe…
Sometimes 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 wan…
Context: 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 s…
Context 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 differentiat…
In 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 wi…