Lachee / discord-rpc-unity

C# custom implementation for Discord Rich Presence. Unity package to easy add to your own games.
MIT License
39 stars 2 forks source link

Unity Client Broken #7

Closed Lachee closed 1 year ago

Lachee commented 4 years ago

Hello,

I'm experiencing the same issue when using it with Unity 2019.2.11f1, scripting backend is Mono with .NET 4.x

Package version is latest stable 1.0.150

As for the behaviour and logs, it behaves the same both in the Editor and with a debug build. In which it works just fine for the first presence update and then gets stuck on a message enqueue. After the final enqueue message it wouldn't react to any update I'm trying to push and nothing is logged either.

I've attached the logs, this was with log level trace.

rcp.log

Originally posted by @Razeal in https://github.com/Lachee/discord-rpc-csharp/issues/84#issuecomment-604373959

Lachee commented 4 years ago

moved to allow discussion in original issue.

Lachee commented 1 year ago

It's no longer broken