Hi all, new to typesense and the community and hap...
# community-help
s
Hi all, new to typesense and the community and happy to be here 😄 I'm looking to use Typesense on Unity for a game that I am developing. I know that there is a .NET client for Typesense - would you have any pointers on how to make it work in Unity?
k
👋 the .NET client is community supported but many of our customers use it, and I've heard good things about it. If you are facing a specific issue please post on the Github issues on the client repository: https://github.com/DAXGRID/typesense-dotnet
👍 1
a
Unity uses Mono for .NET, so you might have some quirks for not using standard .net as well.
👍 1
s
Got it, thanks!