From 300c7e4655b42823204f0e7cf43ca2fe94451b89 Mon Sep 17 00:00:00 2001 From: Andre McGrail Date: Wed, 17 May 2023 11:31:33 +0200 Subject: [PATCH 1/2] fix manifest file --- com.unity.template-universal/Packages/manifest.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/com.unity.template-universal/Packages/manifest.json b/com.unity.template-universal/Packages/manifest.json index 54e6b5eb914..a9cd698871a 100644 --- a/com.unity.template-universal/Packages/manifest.json +++ b/com.unity.template-universal/Packages/manifest.json @@ -2,6 +2,8 @@ "dependencies": { "com.unity.feature.development": "1.0.1", "com.unity.render-pipelines.universal": "15.0.5", + "com.unity.textmeshpro" : "3.0.6", + "com.unity.timeline" : "1.6.2", "com.unity.modules.ai": "1.0.0", "com.unity.modules.androidjni": "1.0.0", "com.unity.modules.animation": "1.0.0", From 1779e3bfd9078f510b836d9ea47f8f4b0e74743b Mon Sep 17 00:00:00 2001 From: Andre McGrail Date: Wed, 17 May 2023 12:08:34 +0200 Subject: [PATCH 2/2] added ugui back --- com.unity.template-universal/Packages/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/com.unity.template-universal/Packages/manifest.json b/com.unity.template-universal/Packages/manifest.json index a9cd698871a..88b32c1e343 100644 --- a/com.unity.template-universal/Packages/manifest.json +++ b/com.unity.template-universal/Packages/manifest.json @@ -4,6 +4,7 @@ "com.unity.render-pipelines.universal": "15.0.5", "com.unity.textmeshpro" : "3.0.6", "com.unity.timeline" : "1.6.2", + "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",