Sending Gameobjects from Client to Server

BoxerThunder
edited June 2011 in Photon Server
Hi, at first, sry about my bad english ^^

I want so send a gameobject from the client to the server. I have made the first step with the mmo server, but I dont see any way, how I can send a gameobject.

In my game have any player its own char, an the style is other too, and i want that other player can see this char from that player over the server on there own client.

Is there any way to realize that?

thx 4 help

Comments

  • You can't just send gameobjects. You will have to initialize gameobjects on both sides and then use photon to synchronize their properties.
  • ok thx 4 your answer.. :)