chore: Update UTP dependency to 1.3.0 (#2231)

* chore: Bump UTP version to 1.3

* chore: Bump UTP version to 1.3
This commit is contained in:
Gregory Kim 2022-10-05 08:15:09 -04:00 коммит произвёл GitHub
Родитель 2ca6038a54
Коммит d00ddb920e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 8 добавлений и 7 удалений

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

@ -18,6 +18,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
### Changed
- Updated `UnityTransport` dependency on `com.unity.transport` to 1.3.0. (#2231)
- The send queues of `UnityTransport` are now dynamically-sized. This means that there shouldn't be any need anymore to tweak the 'Max Send Queue Size' value. In fact, this field is now removed from the inspector and will not be serialized anymore. It is still possible to set it manually using the `MaxSendQueueSize` property, but it is not recommended to do so aside from some specific needs (e.g. limiting the amount of memory used by the send queues in very constrained environments). (#2212)
- As a consequence of the above change, the `UnityTransport.InitialMaxSendQueueSize` field is now deprecated. There is no default value anymore since send queues are dynamically-sized. (#2212)
- The debug simulator in `UnityTransport` is now non-deterministic. Its random number generator used to be seeded with a constant value, leading to the same pattern of packet drops, delays, and jitter in every run. (#2196)

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

@ -6,6 +6,6 @@
"unity": "2020.3",
"dependencies": {
"com.unity.nuget.mono-cecil": "1.10.1",
"com.unity.transport": "1.2.0"
"com.unity.transport": "1.3.0"
}
}

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

@ -39,7 +39,7 @@
"source": "local",
"dependencies": {
"com.unity.nuget.mono-cecil": "1.10.1",
"com.unity.transport": "1.2.0"
"com.unity.transport": "1.3.0"
}
},
"com.unity.nuget.mono-cecil": {
@ -61,7 +61,7 @@
"url": "https://packages.unity.com"
},
"com.unity.transport": {
"version": "1.2.0",
"version": "1.3.0",
"depth": 1,
"source": "registry",
"dependencies": {

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

@ -61,7 +61,7 @@
"source": "local",
"dependencies": {
"com.unity.nuget.mono-cecil": "1.10.1",
"com.unity.transport": "1.2.0"
"com.unity.transport": "1.3.0"
}
},
"com.unity.nuget.mono-cecil": {
@ -107,7 +107,7 @@
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
},
"com.unity.transport": {
"version": "1.2.0",
"version": "1.3.0",
"depth": 1,
"source": "registry",
"dependencies": {

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

@ -83,7 +83,7 @@
"source": "local",
"dependencies": {
"com.unity.nuget.mono-cecil": "1.10.1",
"com.unity.transport": "1.2.0"
"com.unity.transport": "1.3.0"
}
},
"com.unity.nuget.mono-cecil": {
@ -195,7 +195,7 @@
"url": "https://packages.unity.com"
},
"com.unity.transport": {
"version": "1.2.0",
"version": "1.3.0",
"depth": 1,
"source": "registry",
"dependencies": {