UnityのアプリとDiscordのbotを連携させたいと思っているのですが、

Unloading broken assembly Assets/Packages/Discord.Net.Core.1.0.2/lib/net45/Discord.Net.Core.dll, this assembly can cause crashes in the runtime
Unloading broken assembly Assets/Packages/Discord.Net.Rest.1.0.2/lib/net45/Discord.Net.Rest.dll, this assembly can cause crashes in the runtime
Unloading broken assembly Assets/Packages/Discord.Net.WebSocket.1.0.2/lib/net45/Discord.Net.WebSocket.dll, this assembly can cause crashes in the runtime

ってエラーメッセージが出てDiscord用のパッケージが呼べません。
調べるとnugetパッケージの依存関係の問題だと出てきたので Assets/Packages/ の下にNewtonsoft.Jsonなど依存先のパッケージ置いてるんですが解決しません。

何かわかる方いませんでしょうか