We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307fb75 commit af086a8Copy full SHA for af086a8
1 file changed
com.unity.netcode.gameobjects/Runtime/Components/Helpers/NetworkObjectBridge.cs
@@ -9,7 +9,7 @@ namespace Unity.Netcode
9
/// This is a component that is added to the root of all N4E-spawned hybrid prefab instances. It is used to link
10
/// <see cref="NetworkObject.SerializedObject"/> the N4E-spawned hybrid prefab instances to the incoming <see cref="CreateObjectMessage"/>
11
/// specific to the N4E-spawned hybrid prefab instance that has the matching <see cref="NetworkObjectId"/>.
12
- /// </summary>
+ /// </summary>
13
14
[DefaultExecutionOrder(GhostAdapterExecutionOrder.ExecutionOrder + 1)]
15
//BREAK --- Fix this on UNIFIED side 1st
0 commit comments