project setup

main
Benjamin Kraft 1 year ago
parent 1ea09bddd0
commit 7467616884
  1. 2
      Assets/Scripts/Game/GameManager.cs
  2. 1
      Packages/manifest.json
  3. 6
      Packages/packages-lock.json
  4. 8
      ProjectSettings/ProjectSettings.asset

@ -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<Ball>();
Balls.Add(ball);

@ -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",

@ -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",

@ -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

Loading…
Cancel
Save