chickensoft-games / SuperNodes

Supercharge your Godot nodes with power-ups and third party source generators.
https://www.nuget.org/packages/Chickensoft.SuperNodes/
MIT License
55 stars 6 forks source link

OnWm lifecycle methods do not exist in the context of SuperNodes #15

Closed MrakDun-desu closed 11 months ago

MrakDun-desu commented 11 months ago

If you try to define handler methods using the SuperNodes way with On{Notification} syntax, all the Wm notifications do not work. Other notifications work just fine, but the Wm notifications are treated as non-existent in the generated part of the partial class.

Minimal reproduction project (just one script with all the notifications tested): NotificationsNotWorking.zip