Blog
How does game porting work?
Game porting is the process of converting a game built for one platform to another. Whether it's porting a PC game to Nintendo Switch, a console game to iOS or an Android game to PC, adapting a game for a new platform is challenging and time-consuming.
Game Stutter and Garbage Collection
Consistent frame rates are an essential part of the player’s experience of your game. Stutters or drops in frame rates have a wide range of causes…one of the most common culprits is the Garbage Collector.
Modern C# on Game Consoles
C# has long been a popular language for developing video games. With some recent announcements, its future is further solidified as a language of choice for developers.