msciotti / discord-game-sdk-test-apps

A repo full of various Discord GameSDK sample apps
67 stars 38 forks source link

Compiler errors within discord sdk #6

Open Tri-tip opened 4 years ago

Tri-tip commented 4 years ago

I get two compiler errors after importing the sdk, they're all within the sdk: Assets\Plugins\DiscordGameSDK\Core.cs(3492,17): error CS0019: Operator '!=' cannot be applied to operands of type 'bool' and 'Result'

Assets\Plugins\DiscordGameSDK\Core.cs(3494,43): error CS1503: Argument 1: cannot convert from 'bool' to 'Discord.Result'