Networked
This page details the usage of the networked component on individual entities in PlayCanvas.
Last updated
Was this helpful?
This page details the usage of the networked component on individual entities in PlayCanvas.
Last updated
Was this helpful?
The Networked plugin allows local updates to certain properties of an entity's components to be sent to other connected avatars.
By adding the Transform component, an entity's scale, position, and rotation will be networked across clients.
By adding the Anim component, an entity's animation state will be networked across clients.