4ian / GDevelop

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

Extensions with parameters that require placing an object are not displayed in the GDevelop action selector #7003

Closed QuetzalcoutlDev closed 2 weeks ago

QuetzalcoutlDev commented 2 weeks ago

Is there an existing issue for this?

Describe the bug

I'm having problems with GDevelop, I install or try to make an extension that requires an object as a parameter and it is not shown in the action selector of the game events

imagen

That extension that is in the screenshot requires an object as a parameter, but it is not shown in the action selector

imagen

The extension that I installed should be shown in the "Game Mechanic" section but it doesn't show up

imagen

The extension that I installed should be shown in the "Game Mechanic" section but it doesn't show up

imagen imagen

And I change the parameter to something other than "Objects" then it does show up

What could be happening?

Steps to reproduce

Install an extension that requires a scene object as a parameter, it can be the same one that I installed

GDevelop platform

Desktop

GDevelop version

5.4.213

Platform info

*OS (e.g. Windows, Linux, macOS, Android, iOS)* > *OS Version (e.g. Windows 10, macOS 10.15)* > *Browser(For Web) (e.g. Chrome, Firefox, Safari)* > *Device(For Mobile) (e.g. iPhone 12, Samsung Galaxy S21)* >

Additional context

I hope I'm not the only one this happens to.

D8H commented 2 weeks ago

This is expected, Actions and conditions that apply to objects are in the list for objects. You need to either select an object or find them with the search.

image