I want to display version in game. I found GM_version
method for getting game version. As you see, android version is 0.0.18. However, version is shown as 1.0.0. Can you explain me, what am I doing wrong?
GMS2 version: 2.3.x
I want to display version in game. I found GM_version
method for getting game version. As you see, android version is 0.0.18. However, version is shown as 1.0.0. Can you explain me, what am I doing wrong?
GMS2 version: 2.3.x
The method you are using is right (
GM_Version
), but there is actually a problem with GMS 2.3 when using that function on android, I had the same issue and after asking on the forum it seems like they reported it and will be fixed on next patches, best of luck!