Co-authored-by: Fatih Mar <mfatihmar@gmail.com>
This commit is contained in:
ashwini 2022-04-01 09:50:51 -07:00 коммит произвёл GitHub
Родитель 9b54e1a5c0
Коммит a6c081ffc1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 16 добавлений и 17 удалений

Просмотреть файл

@ -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)

Просмотреть файл

@ -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"
}
}

Просмотреть файл

@ -21,7 +21,7 @@
},
"com.unity.ext.nunit": {
"version": "1.0.6",
"depth": 3,
"depth": 4,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
@ -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": {
@ -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": {
@ -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": {}
}

Просмотреть файл

@ -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": {
@ -53,7 +53,7 @@
"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",
@ -61,8 +61,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": {
@ -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": {

Просмотреть файл

@ -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": {
@ -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": {