Scene cannot connect to any of its methods in GODOT 4 .NET

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By fahadthetechidea

After upgrading my Godot 3 project (C#)
I cannot make any scene see its Methods.
I created new Project and New Scene , still got missing connected method.

What method’s you trying use and where?

Moreus | 2023-03-10 08:00

in all my scenes in Godot 3 migrated Project

So, i tried and created new Project .
Create 1 Scene and placed and a Button.
Create a “Pressed” event , which created “_on_button_pressed()” function in C# class.
(All using the IDE).

I get
Missing connected method ‘_on_button_pressed’ for signal ‘pressed’ from node ‘Control/Button’ to node ‘Control’

Same thing

All Scene cannot see there Script files.
even if i detach the file and attach it again.

fahadthetechidea | 2023-03-10 10:06