您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
1.3 KiB
1.3 KiB
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:
- 2020.1.2 and later
- All platforms supported by Unity are supported by the transport
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. |