33 lines
686 B
JSON
33 lines
686 B
JSON
{
|
|
"name": "com.psygames.unitywebsocket",
|
|
"displayName": "UnityWebSocket",
|
|
"version": "2.7.0",
|
|
"unity": "2018.3",
|
|
"description": "The Best Unity WebSocket Plugin for All Platforms.",
|
|
"keywords": [
|
|
"websocket",
|
|
"webgl",
|
|
"socket",
|
|
"jslib"
|
|
],
|
|
"category": "network",
|
|
"dependencies": {},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/psygames/UnityWebSocket.git"
|
|
},
|
|
"author": {
|
|
"name": "psygames",
|
|
"email": "799329256@qq.com",
|
|
"url": "https://github.com/psygames"
|
|
},
|
|
"samples": [
|
|
{
|
|
"displayName": "Demo",
|
|
"description": "Demo Scene",
|
|
"path": "Samples~/Demo"
|
|
}
|
|
]
|
|
}
|