Skip to content

Commit fd45165

Browse files
author
Fatih
committed
removed unnecessary packages.
1 parent 50d010a commit fd45165

19 files changed

+201
-49
lines changed

Assets/Scripts/Core/Board.cs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System;
2-
using System.Collections;
3-
using System.Collections.Generic;
1+
using System.Collections;
42
using UnityEngine;
53

64
public class Board : MonoBehaviour

Assets/Scripts/Core/Ghost.cs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System.Collections;
2-
using System.Collections.Generic;
3-
using UnityEngine;
1+
using UnityEngine;
42

53
public class Ghost : MonoBehaviour
64
{

Assets/Scripts/Core/Holder.cs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System.Collections;
2-
using System.Collections.Generic;
31
using UnityEngine;
42

53
public class Holder : MonoBehaviour

Assets/Scripts/Core/Shape.cs

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
using System;
2-
using System.Collections;
3-
using System.Collections.Generic;
4-
using UnityEngine;
1+
using UnityEngine;
52

63
public class Shape : MonoBehaviour
74
{

Assets/Scripts/Core/Spawner.cs

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
using System;
2-
using System.Collections;
3-
using System.Collections.Generic;
4-
using UnityEditor.PackageManager.UI;
1+
using System.Collections;
52
using UnityEngine;
63
using Random = UnityEngine.Random;
74

Assets/Scripts/Managers/GameManager.cs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System;
2-
using System.Collections;
3-
using System.Collections.Generic;
1+
using System.Collections;
42
using UnityEngine;
53
using UnityEngine.SceneManagement;
64

Assets/Scripts/Managers/ScoreManager.cs

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
using System;
2-
using System.Collections;
3-
using System.Collections.Generic;
4-
using UnityEngine;
1+
using UnityEngine;
52
using UnityEngine.UI;
63

74
public class ScoreManager : MonoBehaviour

Assets/Scripts/Managers/SoundManager.cs

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
using System;
2-
using System.Collections;
3-
using System.Collections.Generic;
4-
using UnityEngine;
1+
using UnityEngine;
52
using Random = UnityEngine.Random;
63

74
public class SoundManager : MonoBehaviour

Assets/Scripts/Utility/IconToggle.cs

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
using System;
2-
using System.Collections;
3-
using System.Collections.Generic;
4-
using UnityEngine;
1+
using UnityEngine;
52
using UnityEngine.UI;
63

74
[RequireComponent(typeof(Image))]

Assets/Scripts/Utility/ParticlePlayer.cs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System.Collections;
2-
using System.Collections.Generic;
3-
using UnityEngine;
1+
using UnityEngine;
42

53
public class ParticlePlayer : MonoBehaviour
64
{

Assets/Scripts/Utility/ScreenFader.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using System.Collections;
3-
using System.Collections.Generic;
43
using UnityEngine;
54
using UnityEngine.UI;
65

Assets/Scripts/Utility/Vectorf.cs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System.Collections;
2-
using System.Collections.Generic;
3-
using UnityEngine;
1+
using UnityEngine;
42

53
public static class Vectorf
64
{

Assets/Sprites/icon.png

36.9 KB
Loading

Assets/Sprites/icon.png.meta

+147
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"MonoBehaviour": {
3+
"Version": 4,
4+
"EnableBurstCompilation": true,
5+
"EnableOptimisations": true,
6+
"EnableSafetyChecks": false,
7+
"EnableDebugInAllBuilds": false,
8+
"UsePlatformSDKLinker": false,
9+
"CpuMinTargetX32": 0,
10+
"CpuMaxTargetX32": 0,
11+
"CpuMinTargetX64": 0,
12+
"CpuMaxTargetX64": 0,
13+
"CpuTargetsX64": 72,
14+
"OptimizeFor": 0
15+
}
16+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"MonoBehaviour": {
3+
"Version": 4,
4+
"DisabledWarnings": ""
5+
}
6+
}

ProjectSettings/EditorBuildSettings.asset

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
EditorBuildSettings:
55
m_ObjectHideFlags: 0
66
serializedVersion: 2
7-
m_Scenes: []
7+
m_Scenes:
8+
- enabled: 1
9+
path: Assets/Scenes/Game.unity
10+
guid: c05801906aadabb49a1b4cb1fd8331e7
811
m_configObjects: {}

ProjectSettings/ProjectSettings.asset

+17-10
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ PlayerSettings:
4242
m_SplashScreenLogos: []
4343
m_VirtualRealitySplashScreen: {fileID: 0}
4444
m_HolographicTrackingLossScreen: {fileID: 0}
45-
defaultScreenWidth: 1024
46-
defaultScreenHeight: 768
45+
defaultScreenWidth: 640
46+
defaultScreenHeight: 1136
4747
defaultScreenWidthWeb: 960
4848
defaultScreenHeightWeb: 600
4949
m_StereoRenderingPath: 0
@@ -76,7 +76,7 @@ PlayerSettings:
7676
androidFullscreenMode: 1
7777
defaultIsNativeResolution: 1
7878
macRetinaSupport: 1
79-
runInBackground: 1
79+
runInBackground: 0
8080
captureSingleScreen: 0
8181
muteOtherAudioSources: 0
8282
Prepare IOS For Recording: 0
@@ -88,7 +88,7 @@ PlayerSettings:
8888
bakeCollisionMeshes: 0
8989
forceSingleInstance: 0
9090
useFlipModelSwapchain: 1
91-
resizableWindow: 0
91+
resizableWindow: 1
9292
useMacAppStoreValidation: 0
9393
macAppStoreCategory: public.app-category.games
9494
gpuSkinning: 0
@@ -99,7 +99,7 @@ PlayerSettings:
9999
xboxEnableFitness: 0
100100
visibleInBackground: 1
101101
allowFullscreenSwitch: 1
102-
fullscreenMode: 1
102+
fullscreenMode: 3
103103
xboxSpeechDB: 0
104104
xboxEnableHeadOrientation: 0
105105
xboxEnableGuest: 0
@@ -129,10 +129,10 @@ PlayerSettings:
129129
vulkanEnableLateAcquireNextImage: 0
130130
vulkanEnableCommandBufferRecycling: 1
131131
m_SupportedAspectRatios:
132-
4:3: 1
133-
5:4: 1
134-
16:10: 1
135-
16:9: 1
132+
4:3: 0
133+
5:4: 0
134+
16:10: 0
135+
16:9: 0
136136
Others: 1
137137
bundleVersion: 0.1
138138
preloadedAssets: []
@@ -269,7 +269,14 @@ PlayerSettings:
269269
AndroidMinifyDebug: 0
270270
AndroidValidateAppBundleSize: 1
271271
AndroidAppBundleSizeToValidate: 150
272-
m_BuildTargetIcons: []
272+
m_BuildTargetIcons:
273+
- m_BuildTarget:
274+
m_Icons:
275+
- serializedVersion: 2
276+
m_Icon: {fileID: 2800000, guid: ada978bfe7a134baf97f8118da3af83a, type: 3}
277+
m_Width: 128
278+
m_Height: 128
279+
m_Kind: 0
273280
m_BuildTargetPlatformIcons:
274281
- m_BuildTarget: iPhone
275282
m_Icons:

UserSettings/Search.settings

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

0 commit comments

Comments
 (0)