Version | Change log |
Game Maker for Mac 2023.6.0.92 Jul 25, 2023 | |
Game Maker for Mac 2023.4.0.84 May 2, 2023 |
New UI And Improved UX For Signing-in And Runtime Installation Status There is a new look to the Licensing dialog so it better communicates the split between SSO and Legacy sign-ins That dialog also now appears on-demand (if it’s required) when clicking a platform inside Target Manager or the run/create exe, etc., buttons on the menubar Task Manager also now features status icons to tell you which runtimes have been installed already Code Editor Support For Template Strings Template strings allows you to format the strings the way you want in GML and perform operations in-situ in the Code Editor - a template string is denoted with a $ and the individual parameters are wrapped inside a { and } For example, if we assume we have a project which already has the functions get_weekday_name() and get_weather_name() we could write code like the following to make up a new string: var today = get_weekday_name(); var weather = get_weather_name(); |
Game Maker for Mac 2023.2.1.75 Mar 15, 2023 | |
Game Maker for Mac 2023.2.0.71 Mar 7, 2023 | |
Game Maker for Mac 2023.1.1.62 Feb 17, 2023 | |
Game Maker for Mac 2023.1.0.58 Jan 31, 2023 | |
Game Maker for Mac 2022.11.1.56 Dec 1, 2022 |