Skip to content

Commit 26dbf65

Browse files
authored
refactor: move UTP integration into NGO, delete UTP Adapter package (#1823)
1 parent 6dbd026 commit 26dbf65

File tree

83 files changed

+262
-530
lines changed

Some content is hidden

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

83 files changed

+262
-530
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
Profiling/ @Unity-Technologies/multiplayer-tools
55
Metrics/ @Unity-Technologies/multiplayer-tools
66
/com.unity.netcode.gameobjects/Runtime/Transports/ @Unity-Technologies/multiplayer-server
7-
/com.unity.netcode.adapter.utp/ @Unity-Technologies/multiplayer-server
7+
/com.unity.netcode.gameobjects/Tests/Editor/Transports/ @Unity-Technologies/multiplayer-server
8+
/com.unity.netcode.gameobjects/Tests/Runtime/Transports/ @Unity-Technologies/multiplayer-server
89
*.asmdef @mfatihmar
910
package.json @mfatihmar
1011
AssemblyInfo.cs @mfatihmar

.github/pull_request_template.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
1-
<!-- Replace this line with what this PR does and why. Describe what you'd like reviewers to know, how you applied the Engineering principles, and any interesting tradeoffs made. Delete bullet points below that don't apply, and update the changelog section as appropriate. -->
1+
<!-- Replace this block with what this PR does and why. Describe what you'd like reviewers to know, how you applied the engineering principles, and any interesting tradeoffs made. Delete bullet points below that don't apply, and update the changelog section as appropriate. -->
22

33
<!-- Add short version of the JIRA ticket to the PR title (e.g. "feat: new shiny feature [MTT-123]") -->
44

55
<!-- Add RFC link here if applicable. -->
66

77
## Changelog
88

9-
### com.unity.netcode.gameobjects
109
- Added: The package whose Changelog should be added to should be in the header. Delete the changelog section entirely if it's not needed.
1110
- Fixed: If you update multiple packages, create a new section with a new header for the other package.
1211
- Removed/Deprecated/Changed: Each bullet should be prefixed with Added, Fixed, Removed, Deprecated, or Changed to indicate where the entry should go.
1312

1413
## Testing and Documentation
1514

16-
* No tests have been added.
17-
* Includes unit tests.
18-
* Includes integration tests.
19-
* No documentation changes or additions were necessary.
20-
* Includes documentation for previously-undocumented public API entry points.
21-
* Includes edits to existing public API documentation.
15+
- No tests have been added.
16+
- Includes unit tests.
17+
- Includes integration tests.
18+
- No documentation changes or additions were necessary.
19+
- Includes documentation for previously-undocumented public API entry points.
20+
- Includes edits to existing public API documentation.
2221

2322
<!-- Uncomment and mark items off with a * if this PR deprecates any API:
2423
### Deprecated API
2524
- [ ] An `[Obsolete]` attribute was added along with a `(RemovedAfter yyyy-mm-dd)` entry.
2625
- [ ] An [api updater] was added.
2726
- [ ] Deprecation of the API is explained in the CHANGELOG.
2827
- [ ] The users can understand why this API was removed and what they should use instead.
29-
-->
28+
-->

.yamato/project.metafile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ projects:
3838
packages:
3939
- name: com.unity.netcode.gameobjects
4040
path: com.unity.netcode.gameobjects
41-
- name: com.unity.netcode.adapter.utp
42-
path: com.unity.netcode.adapter.utp
4341
test_editors:
4442
- 2021.2
4543
- 2020.3

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ This repository is broken into multiple components, each one implemented as a Un
4040
```
4141
.
4242
├── com.unity.netcode.gameobjects # The core netcode SDK unity package (source + tests)
43-
├── com.unity.netcode.adapter.utp # Transport wrapper for com.unity.transport
4443
└── testproject # A Unity project with various test implementations & scenes which exercise the features in the above packages.
4544
```
4645

com.unity.netcode.adapter.utp/CHANGELOG.md

Lines changed: 0 additions & 125 deletions
This file was deleted.

com.unity.netcode.adapter.utp/CHANGELOG.md.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

com.unity.netcode.adapter.utp/Documentation~/filter.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

com.unity.netcode.adapter.utp/Documentation~/index.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

com.unity.netcode.adapter.utp/LICENSE.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

com.unity.netcode.adapter.utp/LICENSE.md.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

com.unity.netcode.adapter.utp/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

com.unity.netcode.adapter.utp/README.md.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

com.unity.netcode.adapter.utp/Runtime.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

com.unity.netcode.adapter.utp/Runtime/AssemblyInfo.cs

Lines changed: 0 additions & 4 deletions
This file was deleted.

com.unity.netcode.adapter.utp/Runtime/Metrics.meta

Lines changed: 0 additions & 3 deletions
This file was deleted.

com.unity.netcode.adapter.utp/Runtime/Metrics/NetworkMetricsContext.cs.meta

Lines changed: 0 additions & 3 deletions
This file was deleted.

com.unity.netcode.adapter.utp/Runtime/NetworkMetricsPipelineStage.cs.meta

Lines changed: 0 additions & 3 deletions
This file was deleted.

com.unity.netcode.adapter.utp/Runtime/com.unity.netcode.adapter.utp.asmdef

Lines changed: 0 additions & 24 deletions
This file was deleted.

com.unity.netcode.adapter.utp/Runtime/com.unity.netcode.adapter.utp.asmdef.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

com.unity.netcode.adapter.utp/Tests/Editor/com.unity.netcode.adapter.utp.editortests.asmdef

Lines changed: 0 additions & 15 deletions
This file was deleted.

com.unity.netcode.adapter.utp/Tests/Runtime/Helpers.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

com.unity.netcode.adapter.utp/Tests/Runtime/Helpers/RuntimeTestsHelpers.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

com.unity.netcode.adapter.utp/Tests/Runtime/TransportTests.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

com.unity.netcode.adapter.utp/Tests/Runtime/com.unity.netcode.adapter.utp.runtimetests.asmdef

Lines changed: 0 additions & 12 deletions
This file was deleted.

com.unity.netcode.adapter.utp/Tests/Runtime/com.unity.netcode.adapter.utp.runtimetests.asmdef.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

com.unity.netcode.adapter.utp/package.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)