microsoft / BotFramework-DirectLine-DotNet

C# client library for Microsoft Bot Framework's Direct Line protocol
MIT License
27 stars 36 forks source link

.Net DirectLine Support for Unity #33

Open LlewellynJones opened 2 years ago

LlewellynJones commented 2 years ago

Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.

Version

2.3.0

Describe the bug

I added the following Universal.Microsoft.Bot.Connector.DirectLine dll and its dependencies to the project's Assets\Plugins folder in Unity and now when I open the project I get an error saying the assemblies have been unloaded because they can cause crashes.

To Reproduce

Just add the dll to the Assets\Plugins folder as described in the Unity documentation and open the project.

Expected behavior

I expected to be able to use the bot connector to connect to my botframework bot running on Azure.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

[bug]