We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb50d6 commit 63f9091Copy full SHA for 63f9091
1 file changed
com.unity.netcode.gameobjects/Components/Transport/SinglePlayerTransport.cs
@@ -3,10 +3,13 @@
3
using Unity.Netcode;
4
5
/// <summary>
6
-/// A transport that can be used to run a Netcode for GameObjects sessopm in "single player" mode
7
-/// by assigning this transport to the <see cref="NetworkConfig.NetworkTransport"/>
8
-/// property before starting a host.
+/// A transport that can be used to run a Netcode for GameObjects session in "single player" mode
+/// by assigning this transport to the <see cref="NetworkConfig.NetworkTransport"/> property before
+/// starting as a host.
9
/// </summary>
10
+/// <remarks>
11
+/// You can only start as a host when using this transport.
12
+/// </remarks>
13
public class SinglePlayerTransport : NetworkTransport
14
{
15
/// <inheritdoc/>
0 commit comments