OnSerializeNetworkView is not called

I have this problem where I’ve attached my ArenaSpawner script to my prefab and also NetworkView where this script is set as “Observed”, but I just can’t get the method OnSerializeNetworkView() to be called. I don’t know what else i’m doing wrong…

Thanks for any help :slight_smile:

Got it, the problem was obvious, I was testing that Spawner Game Object in server only with 0 Clients connected, so it didn’t need to update it of course… :). Just added the Client and it worked.