40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "com.tivadar.best.websockets",
|
|
"displayName": "Best WebSockets",
|
|
"description": "Best WebSockets is a premier networking library for Unity, tailored specifically for seamless WebSocket integration. It's perfect for applications that require real-time, bi-directional communication such as chat applications, multiplayer games, and live interactive systems.",
|
|
"version": "3.0.7",
|
|
"unity": "2021.1",
|
|
"documentationUrl": "https://bestdocshub.pages.dev/WebSockets/",
|
|
"changelogUrl": "https://bestdocshub.pages.dev/WebSockets/changelog/",
|
|
"licensesUrl": "https://bestdocshub.pages.dev/HTTP/third-party-notices/",
|
|
"author": {
|
|
"name": "Tivadar György Nagy",
|
|
"email": "besthttp@gmail.com",
|
|
"url": "https://bestdocshub.pages.dev/"
|
|
},
|
|
"keywords": [
|
|
"best",
|
|
"besthttp",
|
|
"http",
|
|
"tls",
|
|
"websocket",
|
|
"ws",
|
|
"wss",
|
|
"dns",
|
|
"tcp",
|
|
"http2"
|
|
],
|
|
"dependencies": {
|
|
"com.unity.burst": "1.8.10",
|
|
"com.tivadar.best.http": "3.0.10"
|
|
},
|
|
"samples": [
|
|
{
|
|
"displayName": "Simple Sample",
|
|
"description": "Contains sample codes for various WebSocket related scenarios.",
|
|
"path": "Samples~/With UI"
|
|
}
|
|
],
|
|
"_fingerprint": "3a85df99e0e81cf6effff7ba2e690276f2aee437"
|
|
}
|