Programmer in the world of video games ๐ฎ
Writing about UnrealEngine & Game Dev in general
Follow for #UnrealTips ๐ก
Jul 18, 2023 โข 12 tweets โข 3 min read
I'm frequently getting questions about the difference between interfaces and casting in Unreal Engine.
Let's shed some light on this topic ๐๐งต
#UnrealEngine #gameDev #indieDev
First of all, there is no reason to exclusively use one or the other. It's rather a matter of what works best in an individual situation.
Therefore it's essential to understand the core concepts between these 2 techniques.
Feb 25, 2023 โข 15 tweets โข 5 min read
Error messages are like the unsung heroes of game development, but did you know that a good one can save your player's experience? ๐พ
๐งต Let's explore the dos and don'ts in this thread ๐๐
#unrealEngine#gameDev#indieDev#unity3D
As a developer you are probably writing lots of error messages while developing your game. But do you pay attention to crafting them in a way so they are really helpful to players?
Let's start by talking about what makes a bad error message actually bad:
Jan 15, 2023 โข 25 tweets โข 6 min read
Want to know a secret to making your game development process run smoothly? ๐ฅ
Let's talk about versioning ๐งต๐
#gameDev#indieDev#indieGameDev#coding#unrealEngine#unity3D
First of all I want to point out the importance of clear and consistent versioning of your game builds. Keeping track of changes and updates is essential for ensuring that your game is stable, efficient, and easy to understand for both the development team and the players.