
Mecanim
反转旋木
人必自助而后人助之,而后天助之
展开
-
Animation动画事件
创建动画事件然后有个蓝色标签双击以后看监视面板写脚本 脚本必须在物体上( 方法私有共有 都可以)原创 2019-01-09 11:02:19 · 563 阅读 · 0 评论 -
unity处理灰色的动画片段
原创 2019-01-10 11:24:43 · 431 阅读 · 0 评论 -
Unity Animation动画倒播原理
animation = GetComponent<Animation>(); //为啥要获取时间长度啊 animation["Dead"].time = animation["Dead"].clip.length; animation["Dead"].speed =原创 2019-01-10 20:33:39 · 1844 阅读 · 0 评论 -
unity过度线的的Solo和Mute理解
solo 翻译 独奏勾选过了 solo只能再solo里面切换不会到其他其他没勾默认等同 勾选Mutemute 翻译 哑的勾选后不会切换到 这个动画但是solo和mute同时被选中,那么mute的优先级更高约等于只选中了mute...原创 2019-01-11 15:37:07 · 2015 阅读 · 0 评论 -
解决The function must have either 0 or 1 parameters
今天学习是碰到了这个错误The function must have either 0 or 1 parameters and the parameter can only be: string, float, int, enum, Object and AnimationEvent.函数必须有0或1个参数,并且参数只能是 strin float int enum Object 和动画事件仔...原创 2019-02-15 12:12:20 · 763 阅读 · 0 评论