
Unity change mesh renderer material
DIRECT DOWNLOAD HERE
THIS IS BACKUP IN TEXT FORM
1. Create New C# and name it : TextureChanger
2. Copy & Past this text and save C# :
---------------------------------------------------------------------------------
using UnityEngine;
using System.Collections;
public class TextureChanger:...