Editor-Rich-Presence
Editor-Rich-Presence copied to clipboard
strange plugin behavior
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.