Tasharen Entertainment Forum

Support => TNet 3 Support => Topic started by: nidhi_singh on May 20, 2015, 11:59:29 PM

Title: Sending Texture or Material values With RFC
Post by: nidhi_singh on May 20, 2015, 11:59:29 PM
In my Game there is a option for user to select the colour of his character in the beginning of the game. I am sending that material value via RFC on receiving the material is getting lost from the character.

I am attaching script with this post.
Title: Re: Sending Texture or Material values With RFC
Post by: decerto on May 21, 2015, 12:17:58 PM
use Pastebin or simply paste your code using the code tags. Some people dislike downloading stuff :P
Title: Re: Sending Texture or Material values With RFC
Post by: ArenMook on May 22, 2015, 05:47:32 PM
You can't send material references, or any references for that matter. All references are different in Unity depending on where you run them. They are even different each time you start the game.