Lake

Results 109 comments of Lake

This brings up a question about Unity 5 support and if it should be continued. Original goal of this project was to support Unity 5 upwards, but I think this...

This requires the pre-processor directives for Unity 2020 so this will still work with up to Unity 2018

Implemented https://github.com/Lachee/discord-rpc-unity/blob/master/Runtime/Presence/User.cs

Well im not really sure how to fix this now. I don't really want to just change the nuget package name because that wouldn't be very friendly to existing projects.

Unicode Shenanigans most likely. Discord's limit is 32 _bytes_, and if Unicode characters are used then multiple bytes maybe necessary to encode characters.

Yup, this is a known issue. The CI has failed to build and publish the last few nugget packages. I am waiting for Lachee/discord-rpc-unity#5 before I setup the CI and...

nuget packages are part of gh actions now and wont be out of date anymore

Unfortunately this doesn't actually show any errors. Have you made sure you are only initialising it once per game and not constantly restarting? Did you make sure you included the...

Minimum requirements is .NET 2 (non-subset!). The package should include both 32bit and 64bit WINDOWS version of the native library. The Linux/MacOS versions are only available for 64bit

huh what a strange bug. Im not entirely sure if its a steam install issue or this library issue, as correctly installed paths should use `\` instead of `/` for...