About Unity.Networking.Transport
Use the com.unity.transport
package to add multiplayer / network features to your project.
Overview
Installing Unity.Networking.Transport
For installation instructions on the com.unity.transport
package, follow the installation guide.
Using Unity.Networking.Transport
To learn how to use the com.unity.transport
package in your own project, read the manual.
Note: Once you have installed the package, it is recommended that you read through the client and server workflows first.
Technical details
Requirements
This version of com.unity.transport
is compatible with the following versions of the Unity Editor:
- 2019.1 and later
Known limitations
Unity.Networking.Transport version 0.1.0 has the following limitations:
- Currently only supports the platforms
- Windows, Linux, Mac OSX, iOS and Android
Package contents
The following table shows the package folder contents.
Location | Description |
---|---|
Documentation |
Contains manual part of the documentation (script reference is inline using xmldoc). |
Runtime |
Contains the implementation. |
Tests |
Contains all the tests. |
Document revision history
Date | Reason |
---|---|
Oct 22, 2018 | Documentation reorganised and proofread by Technical Writer. |
Jul 18, 2018 | Document created. Matches package version 0.1.0. |