Editor-Rich-Presence icon indicating copy to clipboard operation
Editor-Rich-Presence copied to clipboard

strange plugin behavior

Open staticanimal opened this issue 5 months ago • 0 comments

adding this package from unity's official repository will sometimes not do anything. discord does not show any unity related activity. adding this package to a project will print this error in the console:

ERP: Error from discord (InvalidPayload)
UnityEngine.Debug:LogError (object)
ERP.ERP:LogError (object) (at Assets/ERP/Editor/ERP.cs:174)
ERP.ERP/<>c:<UpdateActivity>b__28_0 (ERP.Discord.Result) (at Assets/ERP/Editor/ERP.cs:142)
ERP.Discord.ActivityManager:UpdateActivityCallbackImpl (intptr,ERP.Discord.Result) (at Assets/ERP/Editor/Plugins/DiscordSDK/Core.cs:1780)
ERP.Discord.Discord:RunCallbacks () (at Assets/ERP/Editor/Plugins/DiscordSDK/Core.cs:1051)
ERP.ERP:Update () (at Assets/ERP/Editor/ERP.cs:108)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

restarting the editor does not fix the issue.

strangely enough i Was able to get this package to work before in the same project that is not functioning at all in.

staticanimal avatar Sep 01 '24 12:09 staticanimal