-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Discord does not show the application #45
Comments
does the debug scene have a green circle? if it does and the discord_sdk.core_update() is in some _process() function (normaly in the autoload that got added) then it should work. otherwise the discord client or app_id can be the issue. |
also it will be visible in your profile and not under registered games |
I added the discord_sdk.core_update call in a _process, but the editor says "Parser Error: Static function "core_update()" not found in base "GDScriptNativeClass"." |
sorry i meant |
will be renamed to run_callbacks in the next update |
Added "discord_sdk.coreupdate()" in the autoload, still no luck. Tried reinstalling the plugin in my project. There were many errors: |
it basically says that you either didn't install the plugin correctly or didn't restart the engine. |
I got the newest release and unzipped it, then dragged the (discord-sdk-gd) folder into my addons folder, those were the errors. |
yeah and i know what they mean. if you got these not declared errors the files might be in a wrong spot. could you install it from the in-editor asset library instead? then enable the plugin of course also in the project settings |
Did, I get the same errors. |
make a fresh project, setup the plugin and send it to me. i cant reproduce |
Here you go, in this one it also says the scene "Debug.tscn" is corrupt when I try opening it. |
yeah will look into it today. sorry that you need to wait I'm sick |
Don't rush it, stay safe, I can wait. |
but i pushed a update btw but you should maybe try the demo application in the wiki to check if its your client |
Sure, thanks for taking the time to help. |
What happened?
The debug scene displays correct information, but on discord it is now shown.
Version
3.2
Godot Version
4.2-stable_win64
Exact steps to reproduce this error
Dowloaded the latest fix, extracted, went to the addons folder, added the addon in my addons folder, checked the addon checkbox to activate it, restarted godot, checked if the autoload was on, it was, wrote the code in an autoloaded script, opened the game
After I saw nothing was displayed on discord, I opened the debug scene which displayed the correct app id and state, but there was still nothing on the discord side of things.
Redowloaded plugin, redowloaded godot, redownloaded discord, issue persisted.
Discord -> settings -> Registered games:
GDScript
Godot output
Additional information
No response
Checks
The text was updated successfully, but these errors were encountered: