playMaker

Author Topic: Photon Help - no PhotonView component is observing this fsm  (Read 294 times)

jonnyk

  • Playmaker Newbie
  • *
  • Posts: 3
Photon Help - no PhotonView component is observing this fsm
« on: April 20, 2024, 09:28:26 AM »
Hello,

I'm pulling my hair out with this one, so hopefully someone can help. I use PUN Instantiate to create a game manager object with network observable variables marked. I receive this error each time, but there IS a Photon View component on the game object, and it is not nested in any way.


Quote
Fsm component 'GameManager(Clone)' on gameObject 'GameManager(Clone)' has variable checked for network synching, but no PhotonView component is observing this fsm

I cannot see anywhere to actually set an FSM as observable on a photon view component, only a game object...

It does generate the values locally on the object, but does not share them over the network. Does anyone know why this error is produced?

As an aside question, what is the difference between 'Photon View' and 'Playmaker Photon View'?