Websocket client endpoint with url

Hi,
is there any way to use the existing websocket transport with a url like a.b.c.d:xxxx/ws?access=TOKEN. I only found solutions for ip and port so far, but I need to open it with an additional path und parameters.

Thanks in advance

When you write “existing websocket transport”, do you mean the community transport or the WebSocket support that ships with Unity Transport 2.0?

If the former (community transport), you can try setting the WebSocketTransport.Path property on your transport instance. Although I don’t know if this is meant to pass only the path or if it will handle parameters too. If the latter (Unity Transport 2.0), there is no way to set the path currently. That’s something we do plan on adding though.

Sorry, I was a bit unclear on that. I meant the one from Unity Transport 2.0.
I will have a look at the community transport, maybe parameters will work.
Thanks