About the author:

All posts by Khor Kok Tong:

Creating a Farming RPG (like Harvest Moon) in Unity — Part 24: NPC Movement

This article is a part of the series:
Creating a Farming RPG (like Harvest Moon) in Unity

Ever wanted to create a game like Harvest Moon in Unity? Check out Part 24 of our guide here, where we set up the NPC Movement. You can also find Part 23 of our guide here, where we went through how to set up NPC routines.

Continue reading

Creating a Farming RPG (like Harvest Moon) in Unity — Part 23: NPC Routines

This article is a part of the series:
Creating a Farming RPG (like Harvest Moon) in Unity

Ever wanted to create a game like Harvest Moon in Unity? Check out Part 23 of our guide here, where we set up NPC Routines. You can also find Part 22 of our guide here, where we went through how to set up chicken growth and speech bubbles.

To view this content, you must be a member of Terresquall's Patreon at $5 or more
Already our Patron? Login to access this content.

Creating a Farming RPG (like Harvest Moon) in Unity — Part 22: Chicken Growth and Speech Bubbles

This article is a part of the series:
Creating a Farming RPG (like Harvest Moon) in Unity

Ever wanted to create a game like Harvest Moon in Unity? Check out Part 22 of our guide here, where we set up chicken growth and speech bubbles. You can also find Part 21 of our guide here, where we went through how to set up animal relationships.

To view this content, you must be a member of Terresquall's Patreon at $5 or more
Already our Patron? Login to access this content.

Creating a Farming RPG (like Harvest Moon) in Unity — Part 19: Naming and Spawning Chickens

This article is a part of the series:
Creating a Farming RPG (like Harvest Moon) in Unity

Ever wanted to create a game like Harvest Moon in Unity? Check out Part 19 of our guide here, where we set up a spawning system for the incubated chickens in the coop, as well as a system for naming these chickens. You can also find Part 18 of our guide here, where we went through how to create an incubator for chickens.

To view this content, you must be a member of Terresquall's Patreon at $5 or more
Already our Patron? Login to access this content.

Creating a Farming RPG (like Harvest Moon) in Unity — Part 18: Incubator for Chickens

This article is a part of the series:
Creating a Farming RPG (like Harvest Moon) in Unity

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 Terresquall's Patreon at $5 or more
Already our Patron? Login to access this content.
How to unlink Desktop and other personal folders from OneDrive

How to unlink your Desktop and other personal folders from OneDrive

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.

Continue reading
How to import and use custom fonts in Unity

How to import and use fonts in your Text UI elements in Unity

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.

Continue reading
Damage Floating Text

Creating a Rogue-like (like Vampire Survivors) in Unity — Part 14: Damage Floating Text

This article is a part of the series:
Creating a Rogue-like Shoot 'Em Up (like Vampire Survivors) 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.

How the Damage Floating Text looks like.
How the Damage Floating Text looks like.

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 Terresquall's Patreon at $5 or more
Already our Patron? Login to access this content.
Vampire Survivors Part 13

Creating a Rogue-like (like Vampire Survivors) in Unity — Part 13: Knockback and Damage Feedback

This article is a part of the series:
Creating a Rogue-like Shoot 'Em Up (like Vampire Survivors) in Unity

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 Terresquall's Patreon at $5 or more
Already our Patron? Login to access this content.