You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.netcode.gameobjects/Documentation~/components/core/networkobject.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ To give ownership back to the server use the `RemoveOwnership` method:
62
62
GetComponent<NetworkObject>().RemoveOwnership();
63
63
```
64
64
> [!NOTE]
65
-
> Using `RemoveOwnership`in a distributed authority network topology isn't recommended.
65
+
> `RemoveOwnership`isn't supported when using a [distributed authority network topology](../../terms-concepts/distributed-authority.md).
66
66
67
67
68
68
To see if the local client is the owner of a NetworkObject, you can check the [`NetworkBehaviour.IsOwner`](https://docs.unity3d.com/Packages/com.unity.netcode.gameobjects@latest?subfolder=/api/Unity.Netcode.NetworkBehaviour.IsOwner.html) property.
0 commit comments