Use the com.unity.transport
package to add multiplayer / network features to your project.
For installation instructions on the com.unity.transport
package, follow the installation guide.
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.
This version of com.unity.transport
is compatible with the following versions of the Unity Editor:
- 2019.1 and later
Unity.Networking.Transport version 0.1.0 has the following limitations:
- Currently only supports the platforms
- Windows, Linux, Mac OSX, iOS and Android
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. |
Date | Reason |
---|---|
Oct 22, 2018 | Documentation reorganised and proofread by Technical Writer. |
Jul 18, 2018 | Document created. Matches package version 0.1.0. |