Activity Stream

@tomwor@tomwor.com

After all these years using #Unity I just learned about the cost of null comparison against Unity objects, duh. #gamedev github.com/JetBrains/resh…

@tomwor@tomwor.com

Modifying a ScriptableObject at runtime changes its asset file. Avoid unintended data changes by cloning it with Instantiate() before using it for runtime data. #Unity #UnityTips #gamedev

@tomwor@tomwor.com

Unity's ScriptableObjects live outside the scene and stay in memory only when needed. Ideal for large datasets like inventory items or dialogue trees. #UnityTips #optimization

@tomwor@tomwor.com

ScriptableObjects in Unity are really great for managing shared data without bloating your scene. I use them for config settings, global game data, or item definitions. 🚀 Goodbye, redundant prefabs. #Unity3D #gamedev

@tomwor@tomwor.com

During the holidays, I was offered so many video games for free that I could probably comfortably play all year . I wonder if this is a trend that will essentially render premium games pointless and games will just become the top of a sales funnel for ingame items. #gamedev

@tomwor@tomwor.com

"From bullet hell to cozy arcade shooter" - A long form write-up of my thought process on a gamedesign change for Super Space Arcade. #gamedesign #gamedev tomwor.com/from-bullet-he…

@tomwor@tomwor.com

I'm just reading "The Art of game design" by Jesse Schell. His "Lenses" approach makes perfect sense. He promotes to view a game from very distinct individual perspectives, separate from each other. Due to the lack of an overarching framework (or a science) for game design, this…