Playing Sound in Multiplayer Scene

Hi all,

EDITOR - https://playcanvas.com/editor/scene/901711

I’m trying to get a sound to be played from one entity and heard by the other player in the multiplayer room. I’m using @Ryotaro.TSUDA’s plugin here - https://github.com/utautattaro/Photon-for-PlayCanvas.

However, the sound only plays for the player who plays the sound, not in the other player’s machine. Any way to solve this? Press key 0 to play the sound.

Is it possible to fix this issue?

I haven’t use this template project and from what I see it’s been a while since it was updated.

Did you try to debug the network layer? Putting a number of console.logs to check if message go through from one player to the other.

You can try to contract the author of the plugin or raise an issue on that repository about it.

I raised the issue. It seems to work on the plugin demo.