Skip to content

Commit 4df9a4b

Browse files
committed
유니티 6000.36으로 일괄 업데이트
1 parent 05e4f54 commit 4df9a4b

549 files changed

Lines changed: 2106 additions & 1026 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

06/Done/Dodge/Assets/PlayerController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ void Update() {
2323
// Vector3 속도를 (xSpeed, 0, zSpeed)으로 생성
2424
Vector3 newVelocity = new Vector3(xSpeed, 0f, zSpeed);
2525
// 리지드바디의 속도에 newVelocity를 할당
26-
playerRigidbody.velocity = newVelocity;
26+
playerRigidbody.linearVelocity = newVelocity;
2727
}
2828

2929
public void Die() {

06/Done/Dodge/Assets/Scenes/SampleScene.unity

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ RenderSettings:
3838
m_ReflectionIntensity: 1
3939
m_CustomReflection: {fileID: 0}
4040
m_Sun: {fileID: 0}
41-
m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1}
4241
m_UseRadianceAmbientProbe: 0
4342
--- !u!157 &3
4443
LightmapSettings:
4544
m_ObjectHideFlags: 0
46-
serializedVersion: 12
45+
serializedVersion: 13
46+
m_BakeOnSceneLoad: 0
4747
m_GISettings:
4848
serializedVersion: 2
4949
m_BounceScale: 1

06/Done/Dodge/Packages/manifest.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.2d.tilemap": "1.0.0",
55
"com.unity.analytics": "3.8.1",
6-
"com.unity.collab-proxy": "2.3.1",
7-
"com.unity.ide.rider": "3.0.28",
6+
"com.unity.collab-proxy": "2.6.0",
7+
"com.unity.ide.rider": "3.0.31",
88
"com.unity.ide.visualstudio": "2.0.22",
9-
"com.unity.test-framework": "1.4.3",
10-
"com.unity.timeline": "1.8.6",
9+
"com.unity.multiplayer.center": "1.0.0",
10+
"com.unity.test-framework": "1.4.5",
11+
"com.unity.timeline": "1.8.7",
1112
"com.unity.ugui": "2.0.0",
1213
"com.unity.modules.accessibility": "1.0.0",
1314
"com.unity.modules.ai": "1.0.0",

06/Done/Dodge/Packages/packages-lock.json

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"depth": 0,
2121
"source": "registry",
2222
"dependencies": {
23-
"com.unity.services.analytics": "1.0.4",
24-
"com.unity.ugui": "1.0.0"
23+
"com.unity.ugui": "1.0.0",
24+
"com.unity.services.analytics": "1.0.4"
2525
},
2626
"url": "https://packages.unity.com"
2727
},
2828
"com.unity.collab-proxy": {
29-
"version": "2.3.1",
29+
"version": "2.6.0",
3030
"depth": 0,
3131
"source": "registry",
3232
"dependencies": {},
@@ -40,7 +40,7 @@
4040
"url": "https://packages.unity.com"
4141
},
4242
"com.unity.ide.rider": {
43-
"version": "3.0.28",
43+
"version": "3.0.31",
4444
"depth": 0,
4545
"source": "registry",
4646
"dependencies": {
@@ -57,6 +57,14 @@
5757
},
5858
"url": "https://packages.unity.com"
5959
},
60+
"com.unity.multiplayer.center": {
61+
"version": "1.0.0",
62+
"depth": 0,
63+
"source": "builtin",
64+
"dependencies": {
65+
"com.unity.modules.uielements": "1.0.0"
66+
}
67+
},
6068
"com.unity.nuget.newtonsoft-json": {
6169
"version": "3.2.1",
6270
"depth": 3,
@@ -65,29 +73,29 @@
6573
"url": "https://packages.unity.com"
6674
},
6775
"com.unity.services.analytics": {
68-
"version": "5.1.1",
76+
"version": "6.0.1",
6977
"depth": 1,
7078
"source": "registry",
7179
"dependencies": {
7280
"com.unity.ugui": "1.0.0",
73-
"com.unity.modules.jsonserialize": "1.0.0",
74-
"com.unity.services.core": "1.12.5"
81+
"com.unity.services.core": "1.12.4",
82+
"com.unity.modules.jsonserialize": "1.0.0"
7583
},
7684
"url": "https://packages.unity.com"
7785
},
7886
"com.unity.services.core": {
79-
"version": "1.12.5",
87+
"version": "1.14.0",
8088
"depth": 2,
8189
"source": "registry",
8290
"dependencies": {
83-
"com.unity.modules.unitywebrequest": "1.0.0",
91+
"com.unity.modules.androidjni": "1.0.0",
8492
"com.unity.nuget.newtonsoft-json": "3.2.1",
85-
"com.unity.modules.androidjni": "1.0.0"
93+
"com.unity.modules.unitywebrequest": "1.0.0"
8694
},
8795
"url": "https://packages.unity.com"
8896
},
8997
"com.unity.test-framework": {
90-
"version": "1.4.3",
98+
"version": "1.4.5",
9199
"depth": 0,
92100
"source": "registry",
93101
"dependencies": {
@@ -98,13 +106,13 @@
98106
"url": "https://packages.unity.com"
99107
},
100108
"com.unity.timeline": {
101-
"version": "1.8.6",
109+
"version": "1.8.7",
102110
"depth": 0,
103111
"source": "registry",
104112
"dependencies": {
113+
"com.unity.modules.audio": "1.0.0",
105114
"com.unity.modules.director": "1.0.0",
106115
"com.unity.modules.animation": "1.0.0",
107-
"com.unity.modules.audio": "1.0.0",
108116
"com.unity.modules.particlesystem": "1.0.0"
109117
},
110118
"url": "https://packages.unity.com"

06/Done/Dodge/ProjectSettings/DynamicsManager.asset

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--- !u!55 &1
44
PhysicsManager:
55
m_ObjectHideFlags: 0
6-
serializedVersion: 17
6+
serializedVersion: 18
77
m_Gravity: {x: 0, y: -9.81, z: 0}
88
m_DefaultMaterial: {fileID: 0}
99
m_BounceThreshold: 2
@@ -28,7 +28,6 @@ PhysicsManager:
2828
m_BroadphaseType: 0
2929
m_FrictionType: 0
3030
m_EnableEnhancedDeterminism: 0
31-
m_EnableUnifiedHeightmaps: 1
3231
m_ImprovedPatchFriction: 0
3332
m_SolverType: 0
3433
m_DefaultMaxAngularSpeed: 7

06/Done/Dodge/ProjectSettings/Physics2DSettings.asset

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Physics2DSettings:
1919
m_LinearSleepTolerance: 0.01
2020
m_AngularSleepTolerance: 2
2121
m_DefaultContactOffset: 0.01
22+
m_ContactThreshold: 0
2223
m_JobOptions:
2324
serializedVersion: 2
2425
useMultithreading: 0

06/Done/Dodge/ProjectSettings/ProjectSettings.asset

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ PlayerSettings:
4949
m_StereoRenderingPath: 0
5050
m_ActiveColorSpace: 0
5151
unsupportedMSAAFallback: 0
52+
m_SpriteBatchMaxVertexCount: 65535
5253
m_SpriteBatchVertexThreshold: 300
5354
m_MTRendering: 1
5455
mipStripping: 0
@@ -70,19 +71,18 @@ PlayerSettings:
7071
androidRenderOutsideSafeArea: 0
7172
androidUseSwappy: 0
7273
androidBlitType: 0
73-
androidResizableWindow: 0
74+
androidResizeableActivity: 0
7475
androidDefaultWindowWidth: 1920
7576
androidDefaultWindowHeight: 1080
7677
androidMinimumWindowWidth: 400
7778
androidMinimumWindowHeight: 300
7879
androidFullscreenMode: 1
7980
androidAutoRotationBehavior: 1
80-
androidApplicationEntry: 1
8181
androidPredictiveBackSupport: 0
82+
androidApplicationEntry: 1
8283
defaultIsNativeResolution: 1
8384
macRetinaSupport: 1
8485
runInBackground: 0
85-
captureSingleScreen: 0
8686
muteOtherAudioSources: 0
8787
Prepare IOS For Recording: 0
8888
Force IOS Speakers When Recording: 0
@@ -547,6 +547,7 @@ PlayerSettings:
547547
playModeTestRunnerEnabled: 0
548548
runPlayModeTestAsEditModeTest: 0
549549
actionOnDotNetUnhandledException: 1
550+
editorGfxJobOverride: 1
550551
enableInternalProfiler: 0
551552
logObjCUncaughtExceptions: 1
552553
enableCrashReportAPI: 0
@@ -933,3 +934,5 @@ PlayerSettings:
933934
platformRequiresReadableAssets: 0
934935
virtualTexturingSupportEnabled: 0
935936
insecureHttpOption: 0
937+
androidVulkanDenyFilterList: []
938+
androidVulkanAllowFilterList: []
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 6000.0.0f1
2-
m_EditorVersionWithRevision: 6000.0.0f1 (4ff56b3ea44c)
1+
m_EditorVersion: 6000.0.36f1
2+
m_EditorVersionWithRevision: 6000.0.36f1 (9fe3b5f71dbb)

07/Dodge/Assets/PlayerController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ void Update() {
2323
// Vector3 속도를 (xSpeed, 0, zSpeed)으로 생성
2424
Vector3 newVelocity = new Vector3(xSpeed, 0f, zSpeed);
2525
// 리지드바디의 속도에 newVelocity를 할당
26-
playerRigidbody.velocity = newVelocity;
26+
playerRigidbody.linearVelocity = newVelocity;
2727
}
2828

2929
public void Die() {

07/Dodge/Assets/Scenes/SampleScene.unity

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ RenderSettings:
3838
m_ReflectionIntensity: 1
3939
m_CustomReflection: {fileID: 0}
4040
m_Sun: {fileID: 0}
41-
m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1}
4241
m_UseRadianceAmbientProbe: 0
4342
--- !u!157 &3
4443
LightmapSettings:
4544
m_ObjectHideFlags: 0
46-
serializedVersion: 12
45+
serializedVersion: 13
46+
m_BakeOnSceneLoad: 0
4747
m_GISettings:
4848
serializedVersion: 2
4949
m_BounceScale: 1

0 commit comments

Comments
 (0)