We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819a603 commit 9fc4f3eCopy full SHA for 9fc4f3e
com.unity.netcode.gameobjects/Runtime/Core/NetworkObject.cs
@@ -80,7 +80,7 @@ public uint PrefabIdHash
80
/// Set to true if this instance is the original/first instance created and spawned which
81
/// means the <see cref="CreateObjectMessage"/> was generated from this instance and sent
82
/// to all other clients.
83
- ///
+ ///
84
/// Client-Server: This will be true for all instances on the server or host.
85
/// Distributed Authority: This will be true on the client that created the first instance
86
/// and spawned it (even if spawning with ownership being assigned to a different client).
0 commit comments