Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: xpunk81 on April 16, 2021, 06:57:56 PM

Title: How to change a layer from an object to all players see? Pun 2
Post by: xpunk81 on April 16, 2021, 06:57:56 PM
I'm trying to create a cloth change in photon but its not working properly, i have two layers, 1 is invisible for the camera and the 2 is visible, when the player selects it get visible and vice-versa,for the local player it works but others players can't see, any help helps.
Title: Re: How to change a layer from an object to all players see? Pun 2
Post by: xpunk81 on April 17, 2021, 11:28:25 AM
up
Title: Re: How to change a layer from an object to all players see? Pun 2
Post by: LordHorusNL on April 17, 2021, 05:12:43 PM
You're not giving a lot of information about how you are trying to communicate this visibility change to the other networked players via the Photon network.

The most straightforward way would be to send an RPC event to the other players signaling them to show or hide this cloth object locally.