Max批量导出工具 http://www.paulneale.com/scripts/batchItMax/batchItMax.htm Scripts Batch It Max: Batch It Max Designed for batch processing multiple max file with multiple scripts. Download: batchMaxFiles.zipInstallation: Unzip package and place the .ms fi…
身为程序员,有很多事情都可以交给机器来做,这样可以提高工作效率. 在此先写个批量替换工具,用来将某些对象统一替换为另一对象. 比方说场景中摆了一堆树,位置.比例.旋转都已经调好了,但是对树的样式不太满意,想要替换掉. using UnityEngine; using UnityEditor; /// <summary> /// 替换场景中的对象 /// </summary> public class Replace :EditorWindow { static GameObject…