Skip to content
DrΓ«w edited this page Jun 19, 2024 · 6 revisions

GML-Extended

A GameMaker extension to complement GameMaker Studio 2.3+ built-in functions.

Table of Contents

  1. πŸš€ Getting Started
  2. πŸ“š Documentation

πŸ”§ Versioning & Compatibility

Almost every release of this extension is compatible with multiple GameMaker versions but could have some issues with built-in functions added later in development of th eextension or the engine. The table below shows the compatibility of each release.

βœ…: Fully compatible. (*: Recommended for this version.)

⚠️: Compatible but could have some issues with the new features of the version.

❌: Not compatible.

GameMaker Version GML-Ext v1.0.0 GML-Ext v1.1.x GML-Ext v1.2.x GML-Ext v1.3.x GML-Ext v1.4.x GML-Ext v1.5.x
Studio 1.4.x ❌ ❌ ❌ ❌ ❌ ❌
Studio 2 - 2.2 ❌ ❌ ❌ ❌ ❌ ⚠️
Studio 2.3 βœ… βœ…* ❌ ❌ ❌ βœ…
2022.x LTS βœ… βœ…* ❌ ❌ ❌ βœ…
2022.1 - 2022.9 ⚠️ βœ…* ⚠️ ❌ ❌ βœ…
2022.11 ❌ ⚠️ βœ…* ⚠️ ❌ βœ…
2023.1 - 2023.3 ❌ ⚠️ βœ… βœ…* ⚠️ βœ…
2023.4 - 2023.11 ❌ ❌ ❌ βœ… βœ… βœ…*
2024.x ❌ ❌ ❌ ⚠️ βœ… βœ…*

Important

Previously there were branches for every GameMaker version respectively, but now the branches are merged into the main branch since the extension is compatible with all the versions from v2.3.7 to v2024. It is recommended to use GML-Extended version 1.5.0+ for the best compatibility and performance with all GameMaker Versions.

Clone this wiki locally