Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Registering Events with EventSystem is not working #90

Open
AttacktoWin opened this issue Jan 16, 2023 · 2 comments
Open

Registering Events with EventSystem is not working #90

AttacktoWin opened this issue Jan 16, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@AttacktoWin
Copy link

AttacktoWin commented Jan 16, 2023

OS

Windows 10 x64

Godot Version

3.5.1-stable

Plugin Version

1.1.2 (stable)

Issue description

Enabling both this plugin and the Event System Plugin doesn't properly add the dialog events to the event manager. This seems to be due to the event scripts not loading in both the Textalog plugin.gd as well as the Event System's category_manager. Additionally, the get_event_system_plugin method does not properly get the Event System plugin.

Steps to reproduce

  1. Add the latest release of Textalog (v1.1.2) and the latest release of Event System Plugin(v1.4.3) to the addons folder of the project
  2. Enable Event System plugin in the project settings then restart the editor
  3. Enable Textalog in the project settings then restart the editor
  4. Add an event manager node to a scene and select it

Workaround

No response

@AttacktoWin AttacktoWin added the bug Something isn't working label Jan 16, 2023
@AttacktoWin
Copy link
Author

Here are screenshots of the null objects when trying to load the events.
image
image

@AttacktoWin
Copy link
Author

Looking at the previous release (v1.1.1), there's not much difference between the events nor the loading so I'm thinking it might be due to changes made with Event System. Notably, the version of the Event System plugin packaged with v1.1.1 has a register_event method as well as a much different category_manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant