Topic was automatically imported from the old Question2Answer platform.
Asked By
CodeCrafter
Hi,
I would like to know how it is possible to download files from the internet using GdScript. I would like to use this to add a function to my game that allows you to download updates via the game. I have already found posts about it, but they were a bit older and therefore a class used there no longer worked. Can someone help me there? Thanks in advance.
CodeCrafter
Note that developing a in-game update system has security considerations – you want to make sure files served to players haven’t been tampered with. This is difficult to do right, even for professional game developers. Instead, it’s better to rely on launchers such as Steam or itch.io to perform game updates.