com.unity.transport 1.1.0
Notes: processedReleased June 16, 2022
Unity Compatibility
Minimum Unity: 2020.3 (0f1)
Package Dependencies
✨ Features
- A `DataStreamReader` can now be passed to another job without triggering the job safety system.
- A `GetRelayConnectionStatus` method has been added to `NetworkDriver` to query the status of the connection to the Relay server.
🔄 Changes
- `NetworkSettings.WithDataStreamParameters` is now obsolete. The functionality still works and will remain supported for version 1.X of the package, but will be removed in version 2.0. The reason for the removal is that in 2.0 the data stream size is always dynamically-sized to avoid out-of-memory errors.
- `NetworkSettings.WithPipelineParameters` is now obsolete. The functionality still works and will remain supported for version 1.X of the package, but will be removed in version 2.0, where pipeline buffer sizing is handled internally.
- Updated Burst dependency to 1.6.6.
- Updated Collections dependency to 1.2.4.
- Updated Mathematics dependency to 1.2.6.
🔧 Bug Fixes
- `BeginSend` would not return an error if called on a closed connection before the next `ScheduleUpdate` call.
- Fixed a warning if using the default maximum payload size with DTLS.
- Removed an error log when receiving messages on a closed DTLS connection (this scenario is common if there were in-flight messages at the moment of disconnection).
- Fix broken link in package documentation.
