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
{{ message }}
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/learn/distributed-authority-quick-start.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,12 @@ public class ConnectionManager : MonoBehaviour
150
150
}
151
151
```
152
152
153
+
:::note
154
+
155
+
It's important to wait until `OnClientConnectedCallback` has been triggered before spawning objects. Spawning objects early will result in errors and unexpected behaviour.
156
+
157
+
:::
158
+
153
159
2. Add the `ConnectionManager` component script you created to the *NetworkManager* object.
0 commit comments