Skip to content

Commit ecce2ac

Browse files
committed
Merge branch 'feature/networked-message-channel' into feature/in-game-feed
2 parents c3a1e61 + 4019e5f commit ecce2ac

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

Assets/BossRoom/Scripts/Shared/Infrastructure/PubSub/NetworkedMessageChannel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class NetworkedMessageChannel<T> : MessageChannel<T> where T : unmanaged
2020

2121
public NetworkedMessageChannel()
2222
{
23-
m_Name = $"{nameof(T)}NetworkMessageChannel";
23+
m_Name = $"{typeof(T).FullName}NetworkMessageChannel";
2424
}
2525

2626
~NetworkedMessageChannel()

Packages/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"com.unity.services.authentication": "1.0.0-pre.4",
1717
"com.unity.services.lobby": "1.0.0-pre.6",
1818
"com.unity.services.relay": "1.0.1-pre.5",
19-
"com.unity.ucg.qos": "0.3.1-preview.2",
2019
"com.unity.test-framework": "1.1.31",
2120
"com.unity.textmeshpro": "3.0.6",
2221
"com.unity.timeline": "1.4.8",

Packages/packages-lock.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -349,16 +349,6 @@
349349
},
350350
"url": "https://packages.unity.com"
351351
},
352-
"com.unity.ucg.qos": {
353-
"version": "0.3.1-preview.2",
354-
"depth": 0,
355-
"source": "registry",
356-
"dependencies": {
357-
"com.unity.collections": "0.9.0-preview.6",
358-
"com.unity.modules.unitywebrequest": "1.0.0"
359-
},
360-
"url": "https://packages.unity.com"
361-
},
362352
"com.unity.ugui": {
363353
"version": "1.0.0",
364354
"depth": 0,

0 commit comments

Comments
 (0)