I am experimenting with the mono version to use Epic Services or Discord Game for matchmaking. I am trying to integrate the sdk's as if it where Unity (copy and pasting the cs files and required dll's in the project) and it recognizes all the classes, but when I try to run the game via editor it gives an error message saying it can't find the dll's.
I honestly never used C# outside of scripting so I don't really know what I'm doing, I googled and the only result was to click on "Add Project Reference" and browse for the dll but it also gives me an error "The reference is invalid or unsoported"
I assumed that since in Unity it "just works" by copy pasting it would also work for godot, am I missing something or do I have to make something like a c++ module and build the engine from scratch?