About the author:

All posts by Khor Kok Tong:

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

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.

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 a qualifying Patreon member? Refresh to access this content.
Vampire Survivors Part 13

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

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 a qualifying Patreon member? Refresh to access this content.