Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, there are available clients for ASP.NET Core websockets in Unity. Some popular options include:

  1. BestHTTP - A complete HTTP library with WebSocket support that allows you to easily send and receive messages using WebSocket connections from within Unity.

  2. UnityWebSocket - A simple WebSocket client implemented in Unity that supports the latest WebSocket protocol.

  3. WebSocketSharp - A lightweight WebSocket client library that works well with Unity and provides a simple interface for sending and receiving messages over WebSocket connections.

All of these options are free and open source, and can be easily integrated into your Unity project to add support for ASP.NET Core websockets.