I had ‘Auto download and install updates’ turned on and GDevelop has just upgraded to 5.0.0-beta98 from 5.0.0-beta97. Unfortunately this has broken the game I am developing. I’d like to reinstall beta97. From where can I obtain a copy?
What seems to have broken is, I have a game level with ~300 sprite instances and some of them have an instance variable ‘Draggable’ set to ‘1’. This tells the game which of the sprites are draggable. In the new update, many of the sprites marked ‘Draggable’ are no longer draggable and when I check the debugger I can see in those instances that ‘Draggable’ is set to ‘0’. There is nothing in my code that flips a sprite from being draggable to being not draggable and this was not happening in beta97.
Thanks
Mark