Quantcast
Channel: Multiplayer
Viewing all articles
Browse latest Browse all 16796

Hello i have a question about Network View RCP chat

$
0
0
I would need advice with script send message prefab in parentPanel ofline sript is

[RPC]
public void ShowMessage()
{
if (message != "")
{
GameObject clone = (GameObject)Instantiate(newMessagePrefab);
clone.transform.SetParent(messageParentPanel);
clone.transform.SetSiblingIndex(messageParentPanel.childCount + 1);
clone.GetComponent<MessageFunctions>().ShowMessage(message);...

Hello i have a question about Network View RCP chat

Viewing all articles
Browse latest Browse all 16796

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>