a-frame networked - how to match an avatar with a broadcasting client?
问题 I'm using aframe-networked, and I'm sending some custom data between the users: // sender NAF.connection.broadcastDataGuaranteed(dataType, data) // all recipients listen NAF.connection.subscribeToDataChannel(dataType, (senderId, type, data, target) => {}) but I'm having trouble determining which avatar entity is corresponding to the broadcasting client. How the receivers know which player is the sender from the callback? 回答1: One way would be by using aframe-networked events, and keeping all