Skip to content

Commit a02dfee

Browse files
cdmazomwackoisgodandrews-unityfjgalJura-Z
authored
feat: Unity Transport + Relay (#887)
* Adding support for UTP/Unity Relay in Netcode for GameObjects Co-authored-by: Andrew Spiering <[email protected]> Co-authored-by: Andrew Spiering <[email protected]> Co-authored-by: Fernando Galandrini <[email protected]> Co-authored-by: Iurii Zakipnyi <[email protected]> Co-authored-by: Fernando Galandrini <[email protected]> Co-authored-by: Simon Lemay <[email protected]> Co-authored-by: thoward-unity <[email protected]> Co-authored-by: Cosmin <[email protected]>
1 parent 9d0f50e commit a02dfee

File tree

68 files changed

+2982
-670
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+2982
-670
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
Profiling/ @Unity-Technologies/multiplayer-tools
55
/com.unity.netcode.gameobjects/Runtime/Transports/ @Unity-Technologies/server-team
66
/com.unity.netcode.gameobjects/Runtime/SceneManagement/ @NoelStephensUnity
7-
/com.unity.multiplayer.transport.utp/ @Unity-Technologies/server-team
7+
/com.unity.netcode.adapter.utp/ @Unity-Technologies/server-team
88
Documentation~/ @Briancoughlin

.yamato/project.metafile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ projects:
2626
packages:
2727
- name: com.unity.netcode.gameobjects
2828
path: com.unity.netcode.gameobjects
29-
- name: com.unity.multiplayer.transport.utp
30-
path: com.unity.multiplayer.transport.utp
29+
- name: com.unity.netcode.adapter.utp
30+
path: com.unity.netcode.adapter.utp
3131
test_editors:
3232
- 2021.1
3333
- 2021.2

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ We follow the [Gitflow Workflow](https://www.atlassian.com/git/tutorials/compari
3030
This repository is broken into multiple components, each one implemented as a Unity Package.
3131
```
3232
.
33-
├── com.unity.multiplayer.mlapi # The core netcode SDK unity package (source + tests)
34-
├── com.unity.multiplayer.transport.utp # Transport wrapper for com.unity.transport experimental package (not currently supported)
35-
└── testproject # A Unity project with various test implementations & scenes which exercise the features in the above package(s).
33+
├── com.unity.multiplayer.mlapi # The core netcode SDK unity package (source + tests)
34+
├── com.unity.netcode.adapter.utp # Transport wrapper for com.unity.transport experimental package (not currently supported)
35+
└── testproject # A Unity project with various test implementations & scenes which exercise the features in the above package(s).
3636
```
3737

3838
### Contributing

0 commit comments

Comments
 (0)