Skip to content

LTS Support

Torin edited this page Mar 3, 2023 · 1 revision

If you've tried using ImGui_GM on an LTS version of GameMaker, you've probably ran into a couple issues! This article will go over how to get ImGui_GM working in LTS (and possibly older) versions of GameMaker.

  1. Ensure you're using at least ImGui_GM v1.0.11
  2. Import the extension as usual
  3. Rename the "ImGui" script resource and constructor to "ImGui_"
  4. Search for "imgui_compat" in the file and find the commented line defining "ImGui" as a globalvar, uncomment this line
  5. ImGui_GM should function as expected! Wrappers should be accessible through "ImGui" as expected

LTS and legacy compatibility is not guaranteed with ImGui_GM, as it is being actively developed alongside both ImGui and GameMaker. Last tested with GameMaker LTS runtime v2022.0.0.12

Clone this wiki locally