Text and hands aren't actually networked #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We can see the avatar body moving and hear audio (when microphones are enabled) but text snippet aren't actually moving and hands are only visible locally.
See https://github.com/networked-aframe/networked-aframe#syncing-nested-templates---eg-hands knowing that initial tests didn't work out. Left out as comments for now.
NAF doesn't currently support networking hands https://github.com/networked-aframe/networked-aframe/issues/394#issuecomment-1446873082
Regarding text at least 2 options :
<a-text>or<a-troika-text>propertyvalue, i.e the text itselfNAF.connection.subscribeToDataChannel()on specific events, which could be proxied (viaProxy()so that setting a new value would network changes)See https://glitch.com/edit/#!/nafhands?path=public%2Fjxr.html as a solution to network hand tracking. Basically need to insure hand entity have an actual position (and rotation) to network then can rely on NAF as usual.
Own working minimalist (e.g. sphere only) example https://github.com/networked-aframe/networked-aframe/issues/394#issuecomment-1753046897