-
Notifications
You must be signed in to change notification settings - Fork 6
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.
- Ensure you're using at least ImGui_GM v1.0.11
- Import the extension as usual
- Rename the "ImGui" script resource and constructor to "ImGui_"
- Search for "imgui_compat" in the file and find the commented line defining "ImGui" as a globalvar, uncomment this line
- 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