unity
whyUnself
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
unity3d -camera 的指定层级剔除的式子。
/// <summary> /// 是否显示玩家 /// </summary> /// <param name="isShow"></param> public void SetShowPlayer(bool isShow) { if (!isShow) { ...原创 2019-06-19 17:00:48 · 1773 阅读 · 0 评论 -
unity 编辑器工具 之 获得fbx文件内的动画片段
using System.Collections; using System.Collections.Generic; using System.IO; using UnityEditor; using UnityEngine; namespace Assets.Editor.Tools { public class GetAnimationClip { [Men...转载 2019-07-11 11:17:12 · 1550 阅读 · 0 评论 -
[Unity优化] UGUI降低填充率技巧两则
https://www.jianshu.com/p/5d990b88e905转载 2019-08-05 11:15:43 · 307 阅读 · 0 评论
分享