Lachee / discord-rpc-csharp

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

[BUG] error CS1503 in Unity #115

Closed youknowedo closed 3 years ago

youknowedo commented 3 years ago

Describe the bug Assets\Discord RPC\Example\Rich Presence\Example_RichPresence.cs(36,38): error CS1503: Argument 1: cannot convert from 'DiscordRPC.BaseRichPresence' to 'DiscordRPC.RichPresence'

To Reproduce Steps to reproduce the behavior:

  1. Download UnityPackage
  2. Import UnityPackage
  3. See error

Expected behavior No error should appear

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

Lachee commented 3 years ago

Thanks for the report. Forgot to update the unity package. I'll work on this.

Lachee commented 3 years ago

This has been resolved