I am still in this discord server, but I am not very active on discord the last months…
Harpwood Studio
Creator of
Recent community posts
Thank you for your interest about the virtual joystick extension!
The Virtual Joystick extension should work on newer versions of GM, but it is impossible to test it thoroughly to guarantee that it will not have any issues. However, based on my experience, any issues that may arise are likely to be very rare.
I had mentioned this issue here, about 1 year ago. I am sure you have forgotten about it because you replied to me back then...
https://itch.io/t/1847629/the-example-project-fails-to-build-with-yyc-build-targ...
Download the GMLive_2022.2.patch and copy it to the root of your project (you can find the root of your project easily-> in GMS go at menu: Help -> Open Project In Explorer). Then in the root of project directory write the command (via command prompt, powershell, terminal etc):
git apply GMLive_2022.2.patch
To anyone that might interested, provided that you already have git installed, download the GMLive_2022.2.patch and copy it to the root of your project (you can find it by open it in GMS and at menu: Help -> Open Project In Explorer). Then in the root of project directory write the command (via command prompt, powershell, terminal etc):
git apply GMLive_2022.2.patch
Thanks a alot @gnysek for the patch!
I think I have the latest version:
IDE v2.3.7.606
Runtime v2.3.7.476
I reimported the example project into a new project and still got the same error. If you do not have this issue, maybe try to download the uploaded version and give it a try, or you could also repack the project with the latest GMS version and re-upload it.
The example project fails to build with both Windows -> YYC and Android -> YYC build targets, while both Windows -> VM and Android -> VM build without issues.
The error:
___________________________________________
############################################################################################
ERROR in
action number 1
of Step Event0
for object obj_test_npc:
Unable to find any instance for object index '100042' name '<undefined>'############################################################################################
gml_Script_animation_set (line 44)
gml_Object_obj_test_npc_Step_0 (line 28)