3ddelano / discord-game-sdk-godot

Unofficial Discord GameSDK wrapper for Godot Engine 4.x (includes demo project)
MIT License
19 stars 2 forks source link

Godot 4.3 beta2 - Identifier "IDGSCore, User, Activity, Relationship, Overlay" not declared in the current scope. #2

Open cyberaspect opened 4 months ago

cyberaspect commented 4 months ago

I just loaded up the sample project and it couldn't run. Anything starting with IDGS___ brought this error. You mentioned this at the bottom of the README but no solution I tried worked

3ddelano commented 4 months ago

Might be an issue because you are using Godot 4.3. I havent tested this out with that. Can you try with Godot 4.1 or Godot 4.2?

cyberaspect commented 4 months ago

tried 4.0.4, 4.1, 4.2.2 and they all didn't work. "Identifier "DiscordSDK" not declared in the current scope." in every file that mentions it as well

3ddelano commented 4 months ago

Have you enable the plugin?

cyberaspect commented 4 months ago

Yes, I have.

3ddelano commented 4 months ago

What is your operating system and version?

cyberaspect commented 4 months ago

Windows 11

3ddelano commented 4 months ago

Can you upload a reproducible project zip along with the instructions to reproduce the error.

3ddelano commented 4 months ago

Did you download the binaries from the GitHub releases section and not just directly cloned the repo.

ghost commented 3 months ago

I, too, am having the same issue. I'm using Gadot 4.2.2, Windows 10, and I've tried with both the regular version and the C# version.

Edit: I did not clone, I downloaded the release.

Running the code in installation step #4 results in an error from tick.gd Screenshot 2024-07-11 190334