diff --git a/Assets/My project/Inventory/Scripts/InventoryItemType.cs b/Assets/My project/Inventory/Scripts/InventoryItemType.cs deleted file mode 100644 index 9a0b4778..00000000 --- a/Assets/My project/Inventory/Scripts/InventoryItemType.cs +++ /dev/null @@ -1,15 +0,0 @@ -using UnityEngine; - -/// -/// 인벤토리에서 관리할 아이템 종류입니다. -/// 문자열 대신 enum을 사용하면 오타로 인한 버그를 줄일 수 있습니다. -/// -public enum InventoryItemType -{ - Fish, - OldCompass, - Trash, - Bottle, - MemoryPiece, - Coin -} diff --git a/Assets/My project/Inventory/Scripts/InventoryItemType.cs.meta b/Assets/My project/Inventory/Scripts/InventoryItemType.cs.meta deleted file mode 100644 index 07801a9b..00000000 --- a/Assets/My project/Inventory/Scripts/InventoryItemType.cs.meta +++ /dev/null @@ -1,2 +0,0 @@ -fileFormatVersion: 2 -guid: a363e83699ebc374c8aab5d2859976cd \ No newline at end of file diff --git a/Assets/My project/Inventory/Scripts/InventoryManager.cs b/Assets/My project/Inventory/Scripts/InventoryManager.cs index e2cb36c8..dc05b305 100644 --- a/Assets/My project/Inventory/Scripts/InventoryManager.cs +++ b/Assets/My project/Inventory/Scripts/InventoryManager.cs @@ -794,7 +794,6 @@ private void NotifyAllItemsChanged() onInventoryChanged?.Invoke(); } -<<<<<<< HEAD private void NotifyMemoryPieceProgress() { int current = GetItemCount(memoryPieceItemType); @@ -826,13 +825,11 @@ private void NotifyMemoryPieceProgress() public void DebugClearInventory() => ClearInventory(); public void DebugDeleteSave() => DeleteSavedInventory(); -======= public void InventoryUIToggle() { _inventoryUI.gameObject.SetActive(!_inventoryUI.gameObject.activeSelf); } ->>>>>>> 695f9b7a14841768ae101b4395af63c4ab86d096 #if UNITY_EDITOR private void OnValidate() { diff --git a/Assets/My project/test scene.unity b/Assets/My project/test scene.unity index c5641e03..0e8d1617 100644 --- a/Assets/My project/test scene.unity +++ b/Assets/My project/test scene.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e180e9fc87320565b36dd0b0721179d397d595807a61378ef49196f4f0a46054 -size 290 +oid sha256:2c11086d508ae29f3be61bac587fc6856db8ab0f5c10f2298ca789f4c992a8b5 +size 1344162 diff --git a/Packages/manifest.json b/Packages/manifest.json index 9311360f..4dd9b6c8 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,10 +1,7 @@ { "dependencies": { -<<<<<<< HEAD "com.unity.2d.sprite": "1.0.0", -======= "com.unity.ai.navigation": "2.0.13", ->>>>>>> 695f9b7a14841768ae101b4395af63c4ab86d096 "com.unity.burst": "1.8.27", "com.unity.cinemachine": "3.1.7", "com.unity.cloud.gltfast": "6.19.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index f5b49239..a66919a4 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -1,12 +1,11 @@ { "dependencies": { -<<<<<<< HEAD "com.unity.2d.sprite": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": {} -======= + }, "com.unity.ai.navigation": { "version": "2.0.13", "depth": 0, @@ -15,7 +14,6 @@ "com.unity.modules.ai": "1.0.0" }, "url": "https://packages.unity.com" ->>>>>>> 695f9b7a14841768ae101b4395af63c4ab86d096 }, "com.unity.bindings.openimageio": { "version": "1.0.2", @@ -97,8 +95,8 @@ "depth": 0, "source": "builtin", "dependencies": { - "com.unity.ide.visualstudio": "2.0.26", - "com.unity.ide.rider": "3.0.39", + "com.unity.ide.visualstudio": "2.0.27", + "com.unity.ide.rider": "3.0.40", "com.unity.editorcoroutines": "1.0.1", "com.unity.performance.profile-analyzer": "1.2.4", "com.unity.test-framework": "1.6.0", @@ -115,8 +113,8 @@ "url": "https://packages.unity.com" }, "com.unity.ide.rider": { - "version": "3.0.39", - "depth": 0, + "version": "3.0.40", + "depth": 1, "source": "registry", "dependencies": { "com.unity.ext.nunit": "1.0.6" @@ -124,8 +122,8 @@ "url": "https://packages.unity.com" }, "com.unity.ide.visualstudio": { - "version": "2.0.26", - "depth": 0, + "version": "2.0.27", + "depth": 1, "source": "registry", "dependencies": { "com.unity.test-framework": "1.1.33" @@ -254,12 +252,12 @@ } }, "com.unity.splines": { - "version": "2.8.2", - "depth": 1, + "version": "2.6.1", + "depth": 0, "source": "registry", "dependencies": { + "com.unity.ugui": "1.0.0", "com.unity.mathematics": "1.2.1", - "com.unity.modules.imgui": "1.0.0", "com.unity.settings-manager": "1.0.3" }, "url": "https://packages.unity.com"