- Home /
RPC only called in editor
I tried building and running my application from the .exe but it doesn't work but still works in the editor. Its just a basic sending of chat messages
[RPC]
void Chat(string message){
chatLog.Add (message);
}
Edit: Full code here http://pastebin.com/XjRmXTZc
Comment
Your answer
Follow this Question
Related Questions
How to use Unet to send network messages like RPC (Javascript) 0 Answers
CHAT Multiplayer Problem 1 Answer
Clients are not disconnected when Master Server goes shut down 1 Answer
Rpc Methods are not executed in remote client, unless Unity Editor is hosting the match. 0 Answers
Photon Networking: RPC call doesn't work over other clients 0 Answers