From ae62ae82271e3efe1a7720490ed70c65d20641b3 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Thu, 22 Jan 2026 20:42:56 -0700 Subject: [PATCH] Oh yeah, websockets --- Packages/manifest.json | 1 + Packages/packages-lock.json | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/Packages/manifest.json b/Packages/manifest.json index 5d44591..7cff0dc 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,5 +1,6 @@ { "dependencies": { + "com.mikeschweitzer.websocket": "https://github.com/mikerochip/unity-websocket.git", "com.nobi.roundedcorners": "https://github.com/kirevdokimov/Unity-UI-Rounded-Corners.git", "com.unity.2d.animation": "13.0.2", "com.unity.2d.aseprite": "3.0.1", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index ce393fe..85d11df 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -1,5 +1,12 @@ { "dependencies": { + "com.mikeschweitzer.websocket": { + "version": "https://github.com/mikerochip/unity-websocket.git", + "depth": 0, + "source": "git", + "dependencies": {}, + "hash": "7b0a7df7b58886812bf201ef71e729e5b9c76567" + }, "com.nobi.roundedcorners": { "version": "https://github.com/kirevdokimov/Unity-UI-Rounded-Corners.git", "depth": 0,