上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 75 下一页

2018年5月29日

非常棒的轨迹插件Better Trails v1.4.6

摘要: 点击下载 点击下载 点击下载 点击下载 阅读全文

posted @ 2018-05-29 06:52 jiahuafu 阅读(684) 评论(0) 推荐(0) 编辑

2018年5月28日

【模型】Toon Dragon

摘要: 下载地址:点击下载 阅读全文

posted @ 2018-05-28 16:46 jiahuafu 阅读(204) 评论(0) 推荐(0) 编辑

2018年5月15日

unity实现3D物体上的事件监听处理

摘要: 想要在3D物体上实现全套事件监听处理: OnMouse系列 OnTrigger系列 OnPointer系列 OnDrag系列 1、在相机中添加Physics Raycaster组件 2、3D物体上挂在的脚本根据需要实现以下接口中的部分或全部: IPointerEnterHandler,IPointe 阅读全文

posted @ 2018-05-15 17:43 jiahuafu 阅读(1463) 评论(0) 推荐(0) 编辑

2018年5月13日

Alley Bird 跳跳鸟源码

摘要: 《跳跳鸟Alley Bird》是一款敏捷小游戏。《跳跳鸟Alley Bird》采用了点击屏幕操作玩法,非常简单易上手,同时游戏内容也趣味性十足。《跳跳鸟Alley Bird》游戏中玩家要控制一只小鸟,通过点击屏幕躲开酣睡的流浪猫等障碍,安全回到自己的家即可。 点击下载 阅读全文

posted @ 2018-05-13 07:40 jiahuafu 阅读(373) 评论(0) 推荐(0) 编辑

2018年5月12日

Unity性能优化 – 脚本篇

摘要: https://wuzhiwei.net/unity_script_optimization/ 阅读全文

posted @ 2018-05-12 17:26 jiahuafu 阅读(393) 评论(0) 推荐(0) 编辑

2018年5月8日

欧拉角与万向节死锁

摘要: http://v.youku.com/v_show/id_XNzkyOTIyMTI=.html 阅读全文

posted @ 2018-05-08 18:02 jiahuafu 阅读(308) 评论(0) 推荐(0) 编辑

manipulate

摘要: manipulate - 必应词典 manipulate - 必应词典 美[mə'nɪpjə.leɪt]英[mə'nɪpjʊleɪt] 美[mə'nɪpjə.leɪt]英[mə'nɪpjʊleɪt] v.控制;摆布;(有技巧地)使用;巧妙地处理(问题等) 网络操纵;被操纵;被控体 v.控制;摆布;( 阅读全文

posted @ 2018-05-08 11:34 jiahuafu 阅读(968) 评论(0) 推荐(0) 编辑

2018年5月5日

Beginning C# Programming with Unity

摘要: Welcome to the wonderful world of programming! In this book you’ll learn the basics of programming using the C# programming language. While we admit w 阅读全文

posted @ 2018-05-05 15:16 jiahuafu 阅读(404) 评论(0) 推荐(0) 编辑

Mastering Unity 2D Game Development

摘要: Mastering Unity 2D Game Development will give your game development skills a boost and help you begin creating and building an RPG with Unity 2D game 阅读全文

posted @ 2018-05-05 15:14 jiahuafu 阅读(241) 评论(0) 推荐(0) 编辑

2018年4月26日

unity延时方法Invoke和InvokeRepeating

摘要: MonoBehaviour里面有两个内置的延时方法 MonoBehaviour里面有两个内置的延时方法 Invoke 1 2 3 Invoke(methodName: string, time: float): void; methodName:方法名 time:多少秒后执行 InvokeRepea 阅读全文

posted @ 2018-04-26 10:14 jiahuafu 阅读(483) 评论(0) 推荐(0) 编辑

2018年4月20日

导入Unity插件时出现Failed to import package with error: Couldn't decompress package

摘要: 导入Unity插件时出现Failed to import package with error: Couldn't decompress package 一开始以为压缩包本身有问题,坏了 后来发现在父文件夹有中文导致 阅读全文

posted @ 2018-04-20 09:38 jiahuafu 阅读(1383) 评论(0) 推荐(0) 编辑

2018年4月19日

unity美少女动作RPG游戏源码Action-RPG Starter Kit v5.0a

摘要: 功能完整的ARPG游戏模板 Core Features!! - Combat System - Skill Tree - Enemy AI - Save-Load Game - Shop System - Enemy Drop Items - Weapon Swap Model - Skill an 阅读全文

posted @ 2018-04-19 14:23 jiahuafu 阅读(1611) 评论(0) 推荐(0) 编辑

2018年4月13日

消除游戏源码 Match 3 Jewel Full 298 Levels

摘要: Match 3 Jewel Full 298 Levels 一款unity3d编写的消消乐游戏, 关卡丰富,很好玩 下载地址:点击下载 阅读全文

posted @ 2018-04-13 07:02 jiahuafu 阅读(644) 评论(0) 推荐(0) 编辑

2018年4月12日

标志枚举

摘要: 标志枚举 标志枚举要在顶部加[System.Flags]特性进行声明。而且枚举支持组合运算。先来看个例子 这种位运算是非常有用的,在sql语句里也支持位运算。也就是说,把一个枚举运算后的结果存入数据库之后,还能够按照你的要求读取出来。比如: 将一个"白美"存如数据库的值存入数据库,那么存入去的就是整 阅读全文

posted @ 2018-04-12 09:37 jiahuafu 阅读(498) 评论(0) 推荐(0) 编辑

2018年4月11日

stable

摘要: stable - 必应词典 stable - 必应词典 美['steɪb(ə)l]英['steɪb(ə)l] 美['steɪb(ə)l]英['steɪb(ə)l] n.马厩;马房;(养马作特定用途的)养马场 adj.稳定的;稳固的;牢固的;稳重的 v.使(马)入厩;把(马)拴在马厩 网络稳定性;马棚 阅读全文

posted @ 2018-04-11 10:09 jiahuafu 阅读(838) 评论(0) 推荐(0) 编辑

上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 75 下一页

导航