Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

NetworkIdentity.AssignClientAuthority

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public bool AssignClientAuthority(Networking.NetworkConnection conn);

Parameters

connThe connection of the client to assign authority to.

Returns

bool True if authority was assigned.

Description

This assigns control of an object to a client via the client's NetworkConnection.

This causes hasAuthority to be set on the client that owns the object, and NetworkBehaviour.OnStartAuthority will be called on that client. This object then will be in the NetworkConnection.clientOwnedObjects list for the connection.

Authority can be removed with RemoveClientAuthority. Only one client can own an object at any time. Only NetworkIdentities with localPlayerAuthority set can have client authority assigned. This does not need to be called for player objects, as their authority is setup automatically.

Did you find this page useful? Please give it a rating: