Lachee / discord-rpc-csharp

C# custom implementation for Discord Rich Presence. Not deprecated and still available!
MIT License
579 stars 96 forks source link

Migrate Unity 5.5 Fixes #5

Closed Lachee closed 6 years ago

Lachee commented 6 years ago

Unity has a really weird set of rules. It is using .NET 2.0, but it basically acting as .NET 3.5..... but has the feature set of C# 5. I fixed a bunch of import errors within the Unity branch, such as removing the somevalue?.Invoke() as C# 5 does not support it. Requires merging.

Lachee commented 6 years ago

This has been completed within the latest commit.