From e5e350d2e41ecffda0887158e9ab97132e71ac08 Mon Sep 17 00:00:00 2001 From: Boxfriend Date: Sun, 16 Nov 2025 19:29:19 -0500 Subject: [PATCH] can't forget about serialized references --- Packages/manifest.json | 1 + Packages/packages-lock.json | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/Packages/manifest.json b/Packages/manifest.json index 8e45cdf..b9bc7e4 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -19,6 +19,7 @@ "com.unity.ugui": "2.0.0", "com.unity.visualeffectgraph": "17.4.0", "com.unity.visualscripting": "1.9.9", + "com.vertx.serializereference-dropdown": "1.0.3", "com.unity.modules.accessibility": "1.0.0", "com.unity.modules.adaptiveperformance": "1.0.0", "com.unity.modules.ai": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 1d2b630..457dade 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -345,6 +345,30 @@ }, "url": "https://packages.unity.com" }, + "com.vertx.attributes": { + "version": "1.5.1", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://package.openupm.com" + }, + "com.vertx.serializereference-dropdown": { + "version": "1.0.3", + "depth": 0, + "source": "registry", + "dependencies": { + "com.vertx.attributes": "1.5.1", + "com.vertx.utilities": "3.1.0" + }, + "url": "https://package.openupm.com" + }, + "com.vertx.utilities": { + "version": "3.1.0", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://package.openupm.com" + }, "com.unity.modules.accessibility": { "version": "1.0.0", "depth": 0,