将美术给的贴图和白模,一键生成材质并贴到模型上的Unity Editor工具

using System.Collections;
using System.Collections.Generic;
using System.IO;
using UnityEngine;
using UnityEditor;

//简略写的一个material赋值的工具,功能基本都有,目前平台使用应该够了,后面有需要可以自己再扩展。

//素材和模型名字的对齐关系后续自己定义就可。

public class MTool
{
// private Dictionary dic = new Dictionary();

///

/// 根据贴图生成材质球
///

[MenuItem("MTools/CreateMaterialsAndSetToMesh/1.CreateMaterialsByTextures")]
//遍历目标文件夹下图片名字
public static

将美术给的贴图和白模,一键生成材质并贴到模型上的Unity Editor工具最先出现在Python成神之路

版权声明:
作者:Zad
链接:https://www.techfm.club/p/20196.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>