playMaker

Author Topic: How to change a layer from an object to all players see? Pun 2  (Read 693 times)

xpunk81

  • Playmaker Newbie
  • *
  • Posts: 4
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.

xpunk81

  • Playmaker Newbie
  • *
  • Posts: 4
Re: How to change a layer from an object to all players see? Pun 2
« Reply #1 on: April 17, 2021, 11:28:25 AM »
up

LordHorusNL

  • Beta Group
  • Full Member
  • *
  • Posts: 226
Re: How to change a layer from an object to all players see? Pun 2
« Reply #2 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.