Blog - Posts by Gurpreet S. Matharoo
Back to blogs
gx game tile

Version 2024.2: Sequence Audio Effects, HTML5 Optimisation Control And More

GameMaker 2024.2 is here, bringing new features, a plethora of bug fixes and behind-the-scenes refactoring in various areas of the runtime. Audio FX Parameter Tracks The Sequence Editor now…
gx game tile

Version 2023.11: Drop Shadow, Sequence Text Effects And New Functions

GameMaker 2023.11 is here. What’s new? New Changelog System We are replacing our release notes page with a direct view into our public GitHub milestones (our releases) and the issues inside…
gx game tile

Version 2023.8: Tile Collisions, Font Effects And Custom Debug Views

GameMaker 2023.8 brings text effects, improved debugging, tile collisions and more. More Debug Tools You can now make in-game debug windows. After enabling the debug overlay, call dbg_view()…
gx game tile

GameMaker Community Celebrates 50th Jam

This blog comes from Alice, a long-time GameMaker Community staff member and passionate jammer running the forum's own game jams. The Jam Unlike Any OtherHave you ever heard of GameMaker…
gx game tile

Version 2023.6: Parametric EQ, New Debug Overlay, And More SDF Support

GameMaker 2023.6 brings a new audio effect, an updated debug overlay and expanded SDF support.Parametric EQThis release introduces a parametric EQ audio effect. This gives you more control over…
gx game tile

Version 2023.4: String Templates, Async Sprite Load And New Struct Functions

GameMaker 2023.4 brings string templates, better sprite loading, new struct functions and more. String Templates This new feature makes it easier to build strings with variables. Where you…
gx game tile

Version 2023.2: Particle Editor, Audio Loops And No Login

GameMaker 2023.2 brings a brand new Particle editor, audio looping and lets you start GameMaker without logging in. Audio Loop Points Previously, you could only loop a whole audio track, not…
gx game tile

Nine Simple Coding Tips When Coding With GameMaker

Nobody’s perfect, right? Judi Dench has starred in bad films, Michael Jordan missed a basket or two, and Hideo Kojima couldn’t come up with a sensible name for a character if his life depended on…
gx game tile

Version 2023.1: Easy Collisions, Crisper Fonts And New Audio Functionality

GameMaker 2023.1 brings easy collisions with slopes, crisper fonts, a new audio effect and more. Easy Collisions With Slopes The new move_and_collide() function makes collisions easier for you,…
gx game tile

GameMaker Open Source Extensions

We’ve recently released some open-source extensions for GameMaker. Each extension’s source is available on GitHub for you to view, build, and contribute changes. Let’s look at some recent open…
gx game tile

Version 2022.11: Audio Effects, More Array And String Functions

Add audio effects to your game with GameMaker 2022.11. Unlock the true potential of arrays and strings with new functions. New Array Functions There are some new handy array functions for you.…
gx game tile

HTML5 Runtime Is Now Open Source

We’re excited to open source the HTML5 runtime for GameMaker. You can view its source on GitHub and contribute to the repository. This will allow you to better understand how the engine works, and…
gx game tile

Version 2022.9: Graphics Modding and Faster Workflow

Add moddable graphics to your game with GameMaker 2022.9. Work faster with the Inspector as part of your workflow. Texture Loading You can now make “Dynamic Texture Groups”, which are placed…
gx game tile

Opera GX Mobile Game Jam - Creator’s Guide

Create a game for the ‘No Internet’ page of Opera GX’s mobile browser with the 2022 Mobile Game Jam!Our top five will all win a huge cash prize, ranging from $2,000 USD to $10,000 USD.There are some…
gx game tile

Version 2022.6: Feather, Filters & More

Version 2022.6 adds Feather, introduces new exciting filters and improves extension usage.Download GameMaker 2022.6 and read its detailed release notes.Feather: Smarter CodeFirst revealed in January,…
gx game tile

Version 2022.5 - Time Sources, .NET 6

GameMaker version 2022.5 is here, bringing you Time Sources, a Sound Inspector, and a very customisable “leaves” effect, among other improvements. Time SourcesEver wished you could…
gx game tile

How To Add An Online Leaderboard In GameMaker

Johannes from LootLocker takes us through their latest GameMaker extension: Easy Leaderboard.We've released an extension for GameMaker that makes it super easy to add online leaderboards to…
gx game tile

Version 2022.3: Video Playback, SteamDeck & More

You can now download the latest version of GameMaker, 2022.3. The update brings SteamDeck support, new filters, and video playback, along with a way for your game to run faster on GXC.GameMakerThis…
gx game tile

Version 2022.2: Animate Text In Sequences & More

GameMaker Studio 2 v2022.2 (or Feb’22) introduces text animation in Sequences, video playback at runtime (beta only), and various smaller feature additions. Text in…
gx game tile

How To Make A 2.5D Game With A 3D Camera In GameMaker

I was working on the town area for one of my side-projects and was struggling with how to build it. I didn’t want to create a generic, 2D tiled area, with just one layer to fill the background; I…
gx game tile

Version 2022.1 Release & “Feather” Reveal

Welcome to 2022 and a new year of GameMaker! We have been working hard over the last few weeks on the first stable version of GameMaker of the year. In this blog we will talk about the features being…
gx game tile

GameMaker Now Supports Firebase

GameMaker Studio 2 now supports various Firebase services such as Analytics, Cloud Storage & Databases through new extensions available on the Marketplace. You can download the extensions and…
gx game tile

Publish Games on Microsoft Store with the GDK Extension

The new GDK Extension allows you to publish games on the Microsoft Store and make use of Xbox Live functionality for implementing features such as save games, player stats, rich presence,…
gx game tile

Level Up Your Visuals with Filters & Effects

GameMaker Studio v2.3.6 brings some exciting, major additions to your favourite game engine, such as a new, streamlined Start Page, Template Projects, and the topic of this tech blog:…
gx game tile

Expanding Worlds: Building Games With Interconnected Levels

Have you ever added a second level to your game, only to find out while playing that going back into the first level resets it and doesn't save your changes?While that is fine for…