Skip to content

Commit 9697c2d

Browse files
committed
switched all asmdefs to use GUIDs for better durability when refactoring
1 parent 770a693 commit 9697c2d

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

Assets/BossRoom/Scripts/Editor/com.unity.multiplayer.samples.bossroom.editor.asmdef

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "Unity.Multiplayer.Samples.BossRoom.Editor",
33
"rootNamespace": "",
44
"references": [
5-
"Unity.Netcode.Runtime",
6-
"Unity.Multiplayer.Samples.BossRoom.Gameplay"
5+
"GUID:1491147abca9d7d4bb7105af628b223e",
6+
"GUID:ed77cc04b29ffca42860b1220217e140"
77
],
88
"includePlatforms": [
99
"Editor"

Assets/BossRoom/Scripts/Gameplay/com.unity.multiplayer.samples.bossroom.gameplay.asmdef

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
"name": "Unity.Multiplayer.Samples.BossRoom.Gameplay",
33
"rootNamespace": "",
44
"references": [
5-
"Unity.Netcode.Runtime",
6-
"Unity.Netcode.Components",
7-
"Unity.Collections",
8-
"Unity.TextMeshPro",
9-
"Unity.Services.Core",
10-
"Unity.Services.Authentication",
11-
"Unity.Services.Relay",
12-
"Unity.Services.Lobbies",
13-
"Unity.Multiplayer.Samples.Utilities",
14-
"Unity.Networking.Transport",
15-
"Unity.Multiplayer.Samples.BossRoom.Infrastructure",
16-
"Unity.Multiplayer.Samples.BossRoom.UnityServices",
17-
"Unity.Multiplayer.Samples.BossRoom.Navigation",
18-
"BossRoom.CameraController",
19-
"BossRoom.ApplicationLifecycle.Messages",
20-
"BossRoom.Audio"
5+
"GUID:1491147abca9d7d4bb7105af628b223e",
6+
"GUID:3b8ed52f1b5c64994af4c4e0aa4b6c4b",
7+
"GUID:e0cd26848372d4e5c891c569017e11f1",
8+
"GUID:6055be8ebefd69e48b49212b09b47b2f",
9+
"GUID:fe25561d224ed4743af4c60938a59d0b",
10+
"GUID:5540e30183c82e84b954c033c388e06c",
11+
"GUID:03058786646e84a4587858e9302c3f41",
12+
"GUID:4c3f49d89436d478ea78315c03159dcc",
13+
"GUID:e9e5562f77c754b2ca364915385b3d43",
14+
"GUID:f2d49d9fa7e7eb3418e39723a7d3b92f",
15+
"GUID:ec2e12d3de28e40839f9a0b685184f49",
16+
"GUID:e3abc1ceb6eae4836a8ff106702e66e5",
17+
"GUID:c67ea48279ac44ed88876ad5f51aa7a7",
18+
"GUID:f9a1f64e21cf44ebd850a08ad9afa8fe",
19+
"GUID:5ed68ed74b4874cce9e11f74a1f5e9ae",
20+
"GUID:b44ecd51ecea1474ebbb97f7d7c7cf81"
2121
],
2222
"includePlatforms": [],
2323
"excludePlatforms": [],

Assets/Tests/Runtime/com.unity.multiplayer.samples.bossroom.tests.runtime.asmdef

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "Unity.Multiplayer.Samples.BossRoom.Tests.Runtime",
33
"rootNamespace": "",
44
"references": [
5-
"UnityEngine.TestRunner",
6-
"UnityEditor.TestRunner",
7-
"Unity.Multiplayer.Samples.Utilities.Testing",
8-
"Unity.Netcode.Runtime",
9-
"Unity.Multiplayer.Samples.BossRoom.Gameplay",
10-
"Unity.Multiplayer.Samples.BossRoom.Infrastructure"
5+
"GUID:27619889b8ba8c24980f49ee34dbb44a",
6+
"GUID:0acc523941302664db1f4e527237feb3",
7+
"GUID:807256462408a52499d74190e2baa578",
8+
"GUID:1491147abca9d7d4bb7105af628b223e",
9+
"GUID:ed77cc04b29ffca42860b1220217e140",
10+
"GUID:ec2e12d3de28e40839f9a0b685184f49"
1111
],
1212
"includePlatforms": [],
1313
"excludePlatforms": [],

0 commit comments

Comments
 (0)