Okay, I asked a while ago how to update player names, and now I'm trying to make a skin system, but for some reason changing the material doesn't work, it doesn't assign a material to mesh renderer, same thing when I try to change the texture, it doesn't get assigned at all..
I have no idea why it's not working, as it shouldn't be much different from changing the name, here's the code:
Changing MATERIAL not working, player is pink?
I have no idea why it's not working, as it shouldn't be much different from changing the name, here's the code:
Code (CSharp):
- using UnityEngine;
- using System.Collections;
- using UnityEngine.Networking;
- using...