Oh yeah, websockets

This commit is contained in:
2026-01-22 20:42:56 -07:00
parent 1434857c50
commit ae62ae8227
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
{ {
"dependencies": { "dependencies": {
"com.mikeschweitzer.websocket": "https://github.com/mikerochip/unity-websocket.git",
"com.nobi.roundedcorners": "https://github.com/kirevdokimov/Unity-UI-Rounded-Corners.git", "com.nobi.roundedcorners": "https://github.com/kirevdokimov/Unity-UI-Rounded-Corners.git",
"com.unity.2d.animation": "13.0.2", "com.unity.2d.animation": "13.0.2",
"com.unity.2d.aseprite": "3.0.1", "com.unity.2d.aseprite": "3.0.1",

View File

@@ -1,5 +1,12 @@
{ {
"dependencies": { "dependencies": {
"com.mikeschweitzer.websocket": {
"version": "https://github.com/mikerochip/unity-websocket.git",
"depth": 0,
"source": "git",
"dependencies": {},
"hash": "7b0a7df7b58886812bf201ef71e729e5b9c76567"
},
"com.nobi.roundedcorners": { "com.nobi.roundedcorners": {
"version": "https://github.com/kirevdokimov/Unity-UI-Rounded-Corners.git", "version": "https://github.com/kirevdokimov/Unity-UI-Rounded-Corners.git",
"depth": 0, "depth": 0,