Skip to content

chore: update UTP to 1.0.0 #1849

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion com.unity.netcode.gameobjects/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,21 @@ Additional documentation and release notes are available at [Multiplayer Documen
## [Unreleased]

### Added

- Added editor only check prior to entering into play mode if the currently open and active scene is in the build list and if not displays a dialog box asking the user if they would like to automatically add it prior to entering into play mode. (#1828)
- Added `UnityTransport` implementation and `com.unity.transport` package dependency (#1823)
- Added `NetworkVariableWritePermission` to `NetworkVariableBase` and implemented `Owner` client writable netvars. (#1762)
- `UnityTransport` settings can now be set programmatically. (#1845)

### Changed
- Updated `UnityTransport` dependency on `com.unity.transport` to 1.0.0-pre.16. (#1834)

- Updated `UnityTransport` dependency on `com.unity.transport` to 1.0.0 (#1849)

### Removed

- Removed `SnapshotSystem` (#1852)
- Removed `com.unity.modules.animation`, `com.unity.modules.physics` and `com.unity.modules.physics2d` dependencies from the package (#1812)
- Removed `com.unity.collections` dependency from the package (#1849)

### Fixed
- Fixed in-scene placed NetworkObjects not being found/ignored after a client disconnects and then reconnects. (#1850)
Expand Down
3 changes: 1 addition & 2 deletions com.unity.netcode.gameobjects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"unity": "2020.3",
"dependencies": {
"com.unity.nuget.mono-cecil": "1.10.1",
"com.unity.collections": "1.1.0",
"com.unity.transport": "1.0.0-pre.16"
"com.unity.transport": "1.0.0"
}
}
11 changes: 5 additions & 6 deletions minimalproject/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"com.unity.ext.nunit": {
"version": "1.0.6",
"depth": 3,
"depth": 4,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
Expand All @@ -39,8 +39,7 @@
"source": "local",
"dependencies": {
"com.unity.nuget.mono-cecil": "1.10.1",
"com.unity.collections": "1.1.0",
"com.unity.transport": "1.0.0-pre.16"
"com.unity.transport": "1.0.0"
}
},
"com.unity.nuget.mono-cecil": {
Expand All @@ -62,7 +61,7 @@
"url": "https://packages.unity.com"
},
"com.unity.transport": {
"version": "1.0.0-pre.16",
"version": "1.0.0",
"depth": 1,
"source": "registry",
"dependencies": {
Expand All @@ -74,13 +73,13 @@
},
"com.unity.modules.imgui": {
"version": "1.0.0",
"depth": 3,
"depth": 4,
"source": "builtin",
"dependencies": {}
},
"com.unity.modules.jsonserialize": {
"version": "1.0.0",
"depth": 3,
"depth": 4,
"source": "builtin",
"dependencies": {}
}
Expand Down
9 changes: 4 additions & 5 deletions testproject-tools-integration/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
},
"com.unity.multiplayer.tools": {
"version": "https://github.com/Unity-Technologies/com.unity.multiplayer.tools.git#cfb8fd305c3e46bb1251b40ec5f6cb621a267e7f",
"version": "https://github.com/Unity-Technologies/com.unity.multiplayer.tools.git#f935904741c349dc41ba24fda6639041128e8f19",
"depth": 0,
"source": "git",
"dependencies": {
Expand All @@ -53,16 +53,15 @@
"com.unity.collections": "1.1.0",
"com.unity.modules.uielements": "1.0.0"
},
"hash": "cfb8fd305c3e46bb1251b40ec5f6cb621a267e7f"
"hash": "f935904741c349dc41ba24fda6639041128e8f19"
},
"com.unity.netcode.gameobjects": {
"version": "file:../../com.unity.netcode.gameobjects",
"depth": 0,
"source": "local",
"dependencies": {
"com.unity.nuget.mono-cecil": "1.10.1",
"com.unity.collections": "1.1.0",
"com.unity.transport": "1.0.0-pre.16"
"com.unity.transport": "1.0.0"
}
},
"com.unity.nuget.mono-cecil": {
Expand Down Expand Up @@ -108,7 +107,7 @@
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
},
"com.unity.transport": {
"version": "1.0.0-pre.16",
"version": "1.0.0",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down
5 changes: 2 additions & 3 deletions testproject/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@
"source": "local",
"dependencies": {
"com.unity.nuget.mono-cecil": "1.10.1",
"com.unity.collections": "1.1.0",
"com.unity.transport": "1.0.0-pre.16"
"com.unity.transport": "1.0.0"
}
},
"com.unity.nuget.mono-cecil": {
Expand Down Expand Up @@ -177,7 +176,7 @@
"url": "https://packages.unity.com"
},
"com.unity.transport": {
"version": "1.0.0-pre.16",
"version": "1.0.0",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down