We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fde234 commit 7072c35Copy full SHA for 7072c35
1 file changed
com.unity.netcode.gameobjects/Components/NetworkAnimator.cs
@@ -208,12 +208,14 @@ public Animator Animator
208
}
209
210
211
+ [Tooltip("When enabled, the NetworkAnimator will operate in server authoritative mode.")]
212
[SerializeField]
213
private bool m_IsServerAuthoritative;
214
215
/// <summary>
- /// When set to true, the NetworkAnimator will operate in server authoritative mode.
216
- /// The default is owner authoritative, also known as "client authoritative".
+ /// Server-Side Only:
217
+ /// Can be used to switch between server and owner authoritative modes during runtime.
218
+ /// Note: Only when the associated NetworkObject is spawned.
219
/// </summary>
220
public bool IsServerAuthoritative
221
{
0 commit comments