We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0d480 commit c8f71ffCopy full SHA for c8f71ff
docs/dev-client-networking.md
@@ -637,7 +637,8 @@ Event handlers that queue messages for later processing can be found in
637
By default, `networked instanciated entities` which are created with
638
the built-in [`createNetworkedEntity()`](#createnetworkedentity) function,
639
are removed when their creator (client) is disconnects. In order to persist
640
-these entities the entity must be pinned. Only
+these entities the entity must be [pinned](https://docs.hubsfoundation.org/hubs-features.html). Only
641
+
642
`networked instanciated entities` can be `pinned`.
643
644
To `pin` an `network instantiated entities`, a client calls the built-in
0 commit comments