Skip to content

Commit 67b6d5f

Browse files
authored
Fix Unity.Collections not being referenced in assembly for Photon Realtime Transport (#244)
1 parent 87ab0c9 commit 67b6d5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Transports/com.community.netcode.transport.photon-realtime/Runtime/com.community.netcode.transport.photon-realtime.asmdef

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "Photon Realtime Transport for Netcode for GameObjects",
33
"rootNamespace": "Netcode.Transports.PhotonRealtime",
44
"references": [
5-
"Unity.Netcode.Runtime"
5+
"Unity.Netcode.Runtime",
6+
"Unity.Collections"
67
],
78
"includePlatforms": [],
89
"excludePlatforms": [],

0 commit comments

Comments
 (0)