WebSocket for desktop and web Lite
Jonathan Pavlou
$19.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/19(2018) |
19.0 |
11/07(2024) |
19.0 |
Jump AssetStore
Lite version : This package doesn't contain iOS (device or simulator) and Android version. You can purchase the full package here :
Full version
This package provides code to use client websocket with only one implementation for some platforms.
Currently it works on Desktop (PC/MAC), WebPlayer, WebGL. I didn't test on Linux but it should be the same than PC or Mac.
It does NOT require Unity Pro.
Works with Unity 5.X
Please read the README.txt for easy build instructions.
Support thread
I used existing implementation for each platforms, so you can add or extend platforms if you want, for example you will be able to add Win8 platforms.
You can contact me if you want to speak about important updates on the implementation (support@pavlou.fr).
Current functions on WebSocket object :
Functions :
- open connection
- close connection
- isOpen : test if the connection is open
- send string message
- send bytes data
- open connection on secure webscoket : basic WSS connection : currently, I don't manage parameters for the connection, only direct opening .