[Unity资产] 有效协程改进动画工具Unity游戏素材资源

[复制链接]
爽宝宝 发表于 2021-10-21 08:00:02 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题
有效协程改进动画工具Unity游戏素材资源

本游戏资料是有效协程改进动画工具Unity游戏素材资源,大小:1 MB ,格式:unitypackage,使用软件:unity5.3.8,资产版本:Version 3.12.0 (current),供广大设计师学习使用,语言:英语。人人素材分享

Unity3D是一个让你轻松创作的多平台的游戏开发工具,是一个全面整合的专业游戏引擎。Unity代表了一个质的飞跃——内置的光照贴图(lightmapping)、遮挡剔除(occlusion culling)和调试器。编辑器经过彻底革新,让你可以获得卓越的性能体验。不可思议、无法阻挡的产品已经看到了曙光。

Unity是一款跨平台的游戏开发工具,从一开始就被设计成易于使用的产品。作为一个完全集成的专业级应用,Unity还包含了价值数百万美元的功能强大的游戏引擎。Unity作为一个游戏开发工具,它的设计主旨就是让你能够创建令人惊讶的游戏。如果你之前尝试过Unity,请查看Unity都做了哪些更新。如果你是第一次尝试,那就好好看看吧,看Unity都能为你带来什么。Unity作为一种开发环境,可让你脱离传统的游戏开发方式,以一种更简单的方式专注于你的游戏开发。开发网络游戏、移动游戏、单机游戏,Unity都能完全胜任。

《Unity基础核心技能与工作流程训练视频教程》:
https://www.rrcg.cn/thread-16755272-1-1.html

更多相关内容请关注:Unity游戏素材专区Unity视频教程专区
中文字幕教程

视频预览:





More Effective Coroutines (MEC) is an improved implementation of coroutines.
When you use Unity's built-in default coroutines you will have to be very careful about how you use them or else they will allocate memory that the garbage collector later has to clean up. This can cause your app to randomly skip frames. MEC solves that issue for coroutines, while also making coroutines more powerful by running about twice as fast as Unity's default coroutines do and providing you with a host of new options that Unity's default coroutines don't have.
This is the Pro version. The free version of MEC contains the mininum set of features, whereas the Pro version contains the full set. Both versions run on the same super-fast core.
Switching between MEC coroutines and Unity's default coroutines is really easy. They can even be used side by side in the same project.
Advantages of MEC (both free and pro):
- MEC doesn't require that your class inherit from MonoBehavior in order to run a coroutine.
- Coroutines can be "tagged" with a string when created, allowing you to kill or pause coroutines individually or as a group.
- MEC contains no pre-compiled DLLs, which makes debugging easier.
- MEC contains useful extra segements, like SlowUpdate.
Additional features found in Pro:
- Additional segments: All the segments that are included in the free version, plus RealtimeUpdate, EditorUpdate, EditorSlowUpdate, EndOfFrame, and ManualTimeframe.
- Additional functions: RunCoroutineSingleton for when you want to ensure that there is only ever one instance of a particular coroutine running at a time. SwitchCoroutine changes the timing segment or tag of a coroutine while running.
- Extension methods: Delay adds a delay to the beginning of a coroutine. Append and Prepend automatically run one coroutine as soon as the previous one finishes. CancelWith extends the coroutine to automatically stop when a given condition goes out of scope. Superimpose runs two coroutines together. (which can be useful for wait or kill operations.) Hijack changes the return value of a coroutine. (which can be useful when you want to run the exact same code, but in slow motion).
- A lot of additional ways to control a coroutine from just the handle, such as changing the segment, layer, tag, or even ending it.
- Coroutines can be grouped so that when one is terminated or paused the others in the group do the same.

游客,您需要回复才可以查看或下载该资源!立即注册


《Unity基础核心技能与工作流程训练视频教程》:
https://www.rrcg.cn/thread-16755272-1-1.html

更多相关内容请关注:Unity游戏素材专区Unity视频教程专区
中文字幕教程

精彩评论15

lhy2021 发表于 2021-10-21 08:41:42 | 显示全部楼层
精品学习资源,我都好喜欢呀!
nmjklVIP会员 发表于 2021-10-21 10:38:19 | 显示全部楼层
终于找到了,太不容易了,感谢感谢!
msms_Fl481mXX 发表于 2021-10-21 11:18:03 | 显示全部楼层
资源哪里好,肯定人人找!
恋恋笔记本 发表于 2021-10-21 15:04:11 | 显示全部楼层
这么好的资源都没人回复,还有王法吗?
尧尧88 发表于 2021-10-22 09:00:22 | 显示全部楼层
资源甚好,发帖辛苦,且阅且珍惜!
mxlhy 发表于 2021-10-22 09:57:27 | 显示全部楼层
资源哪里好,肯定人人找!
花为美VIP会员 发表于 2021-10-22 13:43:03 | 显示全部楼层
精品学习资源,我都好喜欢呀!
jzhu837888VIP会员 永久VIP 发表于 2021-10-22 16:09:43 | 显示全部楼层
果然好资源回复的人就是多呀!
msms_Fl481mXX 发表于 2021-10-22 17:48:12 | 显示全部楼层
精品学习资源,我都好喜欢呀!
time2sVIP会员 永久VIP 发表于 2021-10-27 09:32:41 | 显示全部楼层
终于找到了,太不容易了,感谢感谢!
maya66VIP会员 发表于 2021-10-27 14:42:26 | 显示全部楼层
终于找到了,太不容易了,感谢感谢!
cre8orVIP会员 永久VIP 发表于 2021-11-26 00:48:22 | 显示全部楼层
我的啦嘿嘿~~~~~~~~~~
做游戏的小苦逼VIP会员 发表于 2022-2-27 01:53:03 | 显示全部楼层
精品学习资源,我都好喜欢呀!
qungeV587VIP会员 永久VIP 发表于 2022-12-30 16:16:31 | 显示全部楼层
终于找到了,太不容易了,感谢感谢!
caizhifei2003VIP会员 发表于 2023-8-21 17:58:38 | 显示全部楼层
为了学习我也是拼了!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注0

粉丝6

帖子11521

发布主题
关闭

精华推荐上一条 /8 下一条