discord / gamesdk-and-dispatch

Public issue tracker for the Discord Game SDK and Dispatch
22 stars 7 forks source link

Unity: Linux: DllNotFoundException: discord_game_sdk #130

Open mastef opened 2 years ago

mastef commented 2 years ago

When launching the Linux build of a game, it fails with DLLNotFoundException: discord_game_sdk

image

This is due to the discord_game_sdk.so not starting with lib. Renaming discord_game_sdk.so to libdiscord_game_sdk.so and then building again solves the issue.