PSA: Updating from 2024.11 to 2024.13 #125
TrianglyRU
announced in
Announcements
Replies: 1 comment 3 replies
-
What happened???? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
The team is aware of the issue, we'll start investigating and resolving it soon! Please make sure to check this discussion from time to time.
Stay tuned!
EDIT: 12:34 UTC
We've identified the issue and are working on a fix
EDIT 2: 13:01 UTC
The issues have been resolved.
To fix the issue with the project not compiling, you have to do two steps.
For the first step, you have two options:
A) RECOMMENDED: Log into your Opera account (or create one if you haven’t already). The latest GameMaker update changed the format of some settings files, including those for Android. If you're not logged in, you won’t have access to these updated files, and the project won’t be able to update them.
B) Get the updated
options
folder from the new release and replace the one currently in your project.For the second step, get the updated
_dependencies
folder, replace the one in your project and re-install the effect by launching the installation script once again (this is a reminder that the effect itself is also a GameMaker project, so it should be saved to a new format as well).To fix the HUD rendering above the title card:
Go to c_stage → Create Event, and swap the creation order of the HUD and title card objects. obj_gui_hud should be created before obj_gui_titlecard.
Thank you for your patience!
Beta Was this translation helpful? Give feedback.
All reactions