Skip to content

Commit 8d4b234

Browse files
authored
chore!: change package name & asmdefs (#1026)
* chore: change package name * update Unity Transport for Netcode for GameObjects description * update manual.md * add `MigrateFromMLAPI.md` * mark public types with appropriate `[MovedFrom(...)]` attributes * add namespace * undo MovedFrom attrs * update package description * nuke Documentation~ * fix bad merge * put Documentation~ back (due to package validation) * update CODEOWNERS
1 parent 87f9ec9 commit 8d4b234

File tree

433 files changed

+490
-506
lines changed

Some content is hidden

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

433 files changed

+490
-506
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Order is important; the last matching pattern takes the most precedence.
33

44
Profiling/ @Unity-Technologies/multiplayer-tools
5-
/com.unity.multiplayer.mlapi/Runtime/Transports/ @Unity-Technologies/server-team
5+
/com.unity.netcode.gameobjects/Runtime/Transports/ @Unity-Technologies/server-team
6+
/com.unity.netcode.gameobjects/Runtime/SceneManagement/ @NoelStephensUnity
67
/com.unity.multiplayer.transport.utp/ @Unity-Technologies/server-team
7-
/com.unity.multiplayer.mlapi/Runtime/SceneManagement/ @NoelStephensUnity
8-
Documentation~/ @Briancoughlin @lkrell
8+
Documentation~/ @Briancoughlin

.yamato/_triggers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ develop_nightly_trigger:
1414

1515

1616
# Run all relevant tasks when a pull request targeting the develop
17-
# branch is created or updated. Currently only mlapi package tests are
17+
# branch is created or updated. Currently only netcode package tests are
1818
# enabled, since the others are missing test coverage and will fail CI.
1919
pull_request_trigger:
2020
name: Pull Request Trigger on {{ test_editors.first }} (master, develop, & release branches)

.yamato/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ code_coverage_win_{{ project.name }}:
1111
- pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
1212
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
1313
- unity-downloader-cli -u trunk -c editor --wait --fast
14-
- upm-ci package test -u .Editor --package-path com.unity.multiplayer.mlapi --enable-code-coverage --code-coverage-options 'enableCyclomaticComplexity;generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Multiplayer.MLAPI.Editor,+Unity.Multiplayer.MLAPI.Runtime,+Unity.Multiplayer.MLAPI.Prototyping'
14+
- upm-ci package test -u .Editor --package-path com.unity.netcode.gameobjects --enable-code-coverage --code-coverage-options 'enableCyclomaticComplexity;generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Netcode.Editor,+Unity.Netcode.Runtime,+Unity.Netcode.Prototyping'
1515
artifacts:
1616
logs:
1717
paths:

.yamato/project.metafile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ projects:
3232
path: testproject
3333
# Packages within a project that will be tested
3434
packages:
35-
- name: com.unity.multiplayer.mlapi
36-
path: com.unity.multiplayer.mlapi
35+
- name: com.unity.netcode.gameobjects
36+
path: com.unity.netcode.gameobjects
3737
- name: com.unity.multiplayer.transport.utp
3838
path: com.unity.multiplayer.transport.utp

0 commit comments

Comments
 (0)