4ian / GDevelop

🎮 Open-source, cross-platform 2D/3D/multiplayer game engine designed for everyone.
https://gdevelop.io
Other
10.81k stars 848 forks source link

Certain extensions cannot be used without an internet connection #5581

Open QuetzalcoutlDev opened 1 year ago

QuetzalcoutlDev commented 1 year ago

Is there an existing issue for this?

Describe the bug

A problem that I had forgotten to report and that has been happening for a long time in the new versions of GDevelop is that the "input" and "user interface" extensions cannot be used without an internet connection

What do I mean?

Well, the objects "Multitouch Joystick", "button", "slider", "toogle switch" and the types of "resource bar" are not objects that come included with GDevelop and you must install an extension before, and when selecting GDevelop it allows us to choose pre-made images from the resource store or create them from scratch.

But there is a problem, sometimes I am without internet connection and when I want to create let's say the "Button" object, GDevelop does not allow me to create it because I am not connected to the internet.

And that happens even with the "input" and "user interface" extensions installed.

1 I'm not connected to the internet, but I have the "PanelSpriteButton" extension installed, and it still won't let me create the object: 2

Steps to reproduce

  1. Install for example the extension "PanelSpriteButton".
  2. Disconnect your connection
  3. Try to create the "Button (Panel Sprite)" object

GDevelop platform

Desktop

GDevelop version

5.2.169

Platform info

Linux

Additional context

No response

ClementPasteau commented 1 year ago

Thanks for reporting this @QuetzalcoutlDev :) Those objects are indeed greyed out if no internet connection is detected, as they require downloading & installing an extension. Though, it does not take into account if that extension is already installed or not. That would be a nice improvement indeed.

QuetzalcoutlDev commented 1 year ago

@ClementPasteau What happens is that I install the Button extension (Sprite Panel) "PanelSpriteButton" and it doesn't allow me to use it if I'm not connected to the internet, what happens is that if I install the extension it should allow me to create the Button object, not ? whether or not you have an internet connection