上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 49 下一页
摘要: 在Editor下监听按键有以下几种方式: 1.自定义菜单栏功能: 比如F5键暂停编辑器 using System.Collections; using System.Collections.Generic; using UnityEditor; using UnityEngine; public c 阅读全文
posted @ 2020-04-17 11:38 三页菌 阅读(2511) 评论(0) 推荐(0)
摘要: 链接:https://www.notion.so/Unity-f79bb1d4ccfc483fbd8f8eb859ae55fe 视频链接:https://www.bilibili.com/video/BV1aJ411t7N6 阅读全文
posted @ 2020-04-12 19:29 三页菌 阅读(258) 评论(0) 推荐(0)
摘要: 工程下载:https://files.cnblogs.com/files/sanyejun/ComboAttack.7z 全网也没查到比较好的资料,自己弄了个 一共是3个脚本 先上图 黑色为触发条件 绿色和红色为2个动画Behaviour脚本 注意:attack01 attack02 attack0 阅读全文
posted @ 2020-04-12 16:18 三页菌 阅读(4082) 评论(1) 推荐(0)
摘要: public bool IsInLayerMask(GameObject obj, LayerMask layerMask) { // 根据Layer数值进行移位获得用于运算的Mask值 int objLayerMask = 1 << obj.layer; return (layerMask.val 阅读全文
posted @ 2020-04-11 20:15 三页菌 阅读(2745) 评论(0) 推荐(1)
摘要: 先上图 上图为一个简单的怪物状态机,是通过代码自动生成连线的,但是里面的动画需要自己设置 那么如何做到 官方参考:https://docs.unity3d.com/ScriptReference/Animations.AnimatorController.html 民间参考:https://www. 阅读全文
posted @ 2020-04-03 10:08 三页菌 阅读(1665) 评论(0) 推荐(0)
摘要: 插件下载:https://files-cdn.cnblogs.com/files/sanyejun/BehaviorDesigner1.6.4.7z 参考资料:https://blog.csdn.net/lyh916/article/details/50564115 相关视频教程:https://w 阅读全文
posted @ 2020-03-30 17:14 三页菌 阅读(1023) 评论(0) 推荐(0)
摘要: 来自油管大神:https://www.youtube.com/watch?v=QPiZSTEuZnw&lc=z22ehdxp5wmrg1jkvacdp431qmalafpquvm0apfrjrxw03c010c&feature=em-comments 核心代码 using System.Collec 阅读全文
posted @ 2020-03-26 21:33 三页菌 阅读(3707) 评论(0) 推荐(0)
摘要: 1.使用idm下载油管视频 2.使用http://downsub.com/下载字幕,可以下载翻译版本的 阅读全文
posted @ 2020-03-25 14:43 三页菌 阅读(3901) 评论(2) 推荐(0)
摘要: 最新版本下载地址: https://ci.appveyor.com/project/Perfare/assetstudio/branch/master/artifacts 下载地址(2020年3月20日18:36:09更新) https://files-cdn.cnblogs.com/files/s 阅读全文
posted @ 2020-03-20 18:25 三页菌 阅读(3040) 评论(2) 推荐(0)
摘要: 一直是个痛点,这次解决了, ugui通用 using System.Collections;using System.Collections.Generic;using System.Linq;using UnityEngine;/// <summary>/// UGUI页签管理器/// /// 管 阅读全文
posted @ 2020-03-02 21:54 三页菌 阅读(550) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 49 下一页