There was an error while loading. Please reload this page.
1 parent 981ad0c commit e72324cCopy full SHA for e72324c
1 file changed
com.unity.netcode.gameobjects/Runtime/Components/Helpers/NetworkObjectBridge.cs
@@ -11,7 +11,7 @@ namespace Unity.Netcode
11
/// specific to the N4E-spawned hybrid prefab instance that has the matching <see cref="NetworkObjectId"/>.
12
/// </summary>
13
14
- [DefaultExecutionOrder(GhostObjectExecutionOrder.ExecutionOrder + 1)]
+ [DefaultExecutionOrder(GhostObject.ExecutionOrder + 1)]
15
//BREAK --- Fix this on UNIFIED side 1st
16
public partial class NetworkObjectBridge : GhostBehaviour
17
{
0 commit comments