Ever wanted to create a game like Harvest Moon in Unity? Check out Part 18 of our guide here, where we go through how to create an incubator for chickens. You can also find Part 17 of our guide here, where we went through how to give NPC Gifts and display relationship information.
To view this content, you must be a member of Terresqualls Patreon at $5 or more
Video authored, edited and subtitled by Sarah Kagda.
Hello everyone, and welcome to this installment of the Underwater Survival tutorial series! Here, I'll guide you through creating a Hotbar — a potentially crucial part of the player's UI — in your game.
To view this content, you must be a member of Terresqualls Patreon at $5 or more
Update 22 January 2024: There was a bug in our Virtual Joystick Pack that we’ve fixed. If you were having problems getting the joystick to work after exiting the game and restarting it, please redownload the pack and reimport it into your project.
Implementing Mobile Compatibility is a short series of articles that will complement our main Vampire Survivors series. As the name suggests, in this series of articles, we will be exploring how to bring mobile compatibility to the game that we have been building in our main series.
Specifically, in this article (and the accompanying video that will be released soon), I will be covering — in general — the things to consider when introducing mobile compatibility to a game, as well as how to port the movement controls (the only mode of control in the game) to a mobile interface.
Video authored, edited and subtitled by Sarah Kagda.
Hello everyone, and welcome to this installment of the Underwater Survival tutorial series! Here, I'll guide you in creating a Crafting System similar to Subnautica, as well as how to create recipes that you can use for the Crafting System.
To view this content, you must be a member of Terresqualls Patreon at $5 or more
If you’ve tried written your own custom shaders like I have in Unity, you know how much of a headache they can be sometimes. And sometimes, the solution to a problem seems obvious but you can’t quite figure out how to solve it.
Welcome to Part 10 of our Metroidvania tutorial series, where we’ll take you on a journey through the development process of creating your own Metroidvania game, just like the widely popular Hollow Knight, in Unity!
To view this content, you must be a member of Terresqualls Patreon at $10 or more
Newer versions of OneDrive automatically syncs the Desktop of your computer, along with other essential folders like your Documents and Pictures folders; and there seems to be no longer an option for you to opt out of this, or turn this off. While this may be great for the average user, if you are using your Windows to do Unity development work, it can lead to errors that are difficult to trace.
Hence, if you’re looking to unlink your Deskop and other essential folders from your OneDrive account, look no further than this article.
When working with user interfaces in Unity, it’s often necessary to use a custom font for your text to improve the overall aesthetic of your game. In this article, we’ll take a step-by-step journey through the process of using a custom font for both legacy and TextMeshPro text in Unity.
On 28 September, Terence ran the second coding stream on our YouTube channel. During the stream, he implemented a pop-up text that appears whenever an enemy receives damage, as shown below.
This article summarises the implementation of this feature by highlighting the changes to the existing codebase.
To view this content, you must be a member of Terresqualls Patreon at $5 or more
4 October 2023: This article has been updated with new details.
Yesterday, Terence took over this project from Xavier and ran the first ever coding stream on our YouTube channel. The stream itself had quite a lot of technical issues and hence, a lot of room for improvement, but he managed to implement a couple of features that we wanted to document here.
To view this content, you must be a member of Terresqualls Patreon at $5 or more