Unity给物体替换材质球

下面先看一下效果图 using UnityEngine; using System.Collections; public class textMesh : MonoBehaviour {     public Material meshRender = null;     public Renderer rend;     public Texture texture;  void Start
相关文章
相关标签/搜索