From b12445657e392426435463575f557bc14def1f57 Mon Sep 17 00:00:00 2001 From: Jeongan Lee <84510455+fkdl0048@users.noreply.github.com> Date: Fri, 13 Oct 2023 01:42:52 +0900 Subject: [PATCH] Feat: Add Unity UI, TextMeshPro --- GameOverProject/Packages/manifest.json | 2 ++ GameOverProject/Packages/packages-lock.json | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/GameOverProject/Packages/manifest.json b/GameOverProject/Packages/manifest.json index c911aa00..f4a21c7a 100644 --- a/GameOverProject/Packages/manifest.json +++ b/GameOverProject/Packages/manifest.json @@ -2,6 +2,8 @@ "dependencies": { "com.unity.ide.rider": "3.0.26", "com.unity.localization": "1.4.5", + "com.unity.textmeshpro": "3.0.6", + "com.unity.ugui": "1.0.0", "com.unity.modules.ai": "1.0.0", "com.unity.modules.androidjni": "1.0.0", "com.unity.modules.animation": "1.0.0", diff --git a/GameOverProject/Packages/packages-lock.json b/GameOverProject/Packages/packages-lock.json index a5d14c36..419134b5 100644 --- a/GameOverProject/Packages/packages-lock.json +++ b/GameOverProject/Packages/packages-lock.json @@ -54,6 +54,24 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.textmeshpro": { + "version": "3.0.6", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.ugui": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.ugui": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.imgui": "1.0.0" + } + }, "com.unity.modules.ai": { "version": "1.0.0", "depth": 0,