From 7467616884e7cb17754248b1684b69c3b396fb26 Mon Sep 17 00:00:00 2001 From: Benjamin Kraft Date: Thu, 13 Apr 2023 11:03:10 +0200 Subject: [PATCH] project setup --- Assets/Scripts/Game/GameManager.cs | 2 +- Packages/manifest.json | 1 - Packages/packages-lock.json | 6 +++--- ProjectSettings/ProjectSettings.asset | 8 +++++--- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Assets/Scripts/Game/GameManager.cs b/Assets/Scripts/Game/GameManager.cs index 07a1ebf..903832b 100644 --- a/Assets/Scripts/Game/GameManager.cs +++ b/Assets/Scripts/Game/GameManager.cs @@ -59,7 +59,7 @@ namespace Game { private void Awake() { Settings.Type = Type.Hybrid; - Settings.AIDifficulty = Difficulty.VeryEasy; + Settings.AIDifficulty = Difficulty.Hard; var ball = Instantiate(ballPrefab).GetComponent(); Balls.Add(ball); diff --git a/Packages/manifest.json b/Packages/manifest.json index 085918e..9377f69 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -14,7 +14,6 @@ "com.unity.textmeshpro": "3.0.6", "com.unity.timeline": "1.6.4", "com.unity.toolchain.linux-x86_64": "2.0.4", - "com.unity.ugui": "1.0.0", "com.unity.visualscripting": "1.8.0", "com.unity.modules.ai": "1.0.0", "com.unity.modules.androidjni": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 0ab3787..003ed3c 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -359,7 +359,7 @@ }, "com.unity.ugui": { "version": "1.0.0", - "depth": 0, + "depth": 1, "source": "builtin", "dependencies": { "com.unity.modules.ui": "1.0.0", @@ -506,7 +506,7 @@ }, "com.unity.modules.uielements": { "version": "1.0.0", - "depth": 0, + "depth": 1, "source": "builtin", "dependencies": { "com.unity.modules.ui": "1.0.0", @@ -517,7 +517,7 @@ }, "com.unity.modules.uielementsnative": { "version": "1.0.0", - "depth": 1, + "depth": 2, "source": "builtin", "dependencies": { "com.unity.modules.ui": "1.0.0", diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index 6d16e19..b1c8b22 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -135,7 +135,9 @@ PlayerSettings: 16:9: 1 Others: 1 bundleVersion: 1.0.2 - preloadedAssets: [] + preloadedAssets: + - {fileID: 1441689946358639501, guid: d3ba8f6dacc9c5d199124c512efea75f, type: 2} + - {fileID: 11400000, guid: b9344a9885130f6b6af43d2d0e72c9c8, type: 2} metroInputSource: 0 wsaTransparentSwapchain: 0 m_HolographicPauseOnTrackingLoss: 1 @@ -165,7 +167,7 @@ PlayerSettings: iPhone: 0 tvOS: 0 overrideDefaultApplicationIdentifier: 0 - AndroidBundleVersionCode: 2 + AndroidBundleVersionCode: 3 AndroidMinSdkVersion: 22 AndroidTargetSdkVersion: 0 AndroidPreferredInstallLocation: 1 @@ -682,7 +684,7 @@ PlayerSettings: allowUnsafeCode: 0 useDeterministicCompilation: 1 enableRoslynAnalyzers: 1 - selectedPlatform: 0 + selectedPlatform: 2 additionalIl2CppArgs: scriptingRuntimeVersion: 1 gcIncremental: 1