unity3d 根据tag查找物体编辑器工具

一直有这样的需求,现在写下来.备注   1 /// <summary> 2 /// 查找场景中具有某些标签的可见物体,返回物体列表 3 /// </summary> 4 5 using UnityEngine; 6 using System.Collections; 7 using UnityEditor; 8 using System.Collections.
相关文章
相关标签/搜索