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

[FEATURE REQUEST] [UNITY] Calling don't destroy on load after successful connection or killing it after X amount of failed connections #3

Open youknowedo opened 3 years ago

youknowedo commented 3 years ago

Calling don't destroy on load after successful connection or killing it after X amount of failed connections. The Discord Manager seems to try to connect to Discord forever, even if the computer doesn't have Discord installed (or if it's not open). Another solution is to check if Discord is installed and running before trying to connect.