msciotti / discord-game-sdk-test-apps

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

Unity 2020.3 and latest GameSDK Linux 64bit #9

Closed Mariapori closed 2 years ago

Mariapori commented 3 years ago

(System.UInt64)Discord.CreateFlags.Default If run in editor, editor crash If build and run game, game crash

(System.UInt64)Discord.CreateFlags.NoRequireDiscord Game not detected and SDK not effect game.

Operating System: Ubuntu 21.04

ByteLabDev commented 2 years ago

Same issue here :(

I'll reply if I find the error.

ByteLabDev commented 2 years ago

Figured it out.

If you're using Discord.CreateFlags.Defaults , replace it with Discord.CreateFlags.NoRequireDiscord.

Mariapori commented 2 years ago

Yes, if i use Norequire this not work but game works..