Skip to content

Commit 87ab0c9

Browse files
Update transport.template.asmdef (#241)
* Update com.community.netcode.transport.template.asmdef Latest netcode seems to need this change, otherwise you get errors when importing the template package. * Update com.community.netcode.transport.template.asmdef
1 parent b2265b5 commit 87ab0c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Transports/com.community.netcode.transport.template/Runtime/com.community.netcode.transport.template.asmdef

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "[name] Transport for Netcode for GameObjects",
33
"rootNamespace": "Netcode.Transport.[name]",
44
"references": [
5-
"com.unity.netcode.runtime"
5+
"Unity.Netcode.Runtime"
66
],
77
"includePlatforms": [],
88
"excludePlatforms": [],
@@ -13,4 +13,4 @@
1313
"defineConstraints": [],
1414
"versionDefines": [],
1515
"noEngineReferences": false
16-
}
16+
}

0 commit comments

Comments
 (0)