4ian / GDevelop

:video_game: Open-source, cross-platform game engine designed to be used by everyone.
https://gdevelop.io
Other
6.62k stars 724 forks source link

Display errors on objects with missing behaviors in the event sheet #6632

Closed D8H closed 1 week ago

D8H commented 1 week ago

Known issue

It won't show any error on the object parameter when a behavior parameter is empty but the object do have the behavior attached. This can happen when the behavior is attached after the instruction was added.

In this case:

We could launch a refactor on the events to fill behavior parameter when a behavior is attached to an object.

Changes

image

image

image

image