11,000 種類を超える 5 つ星アセット
8.5 万人以上の顧客による評価
10 万人を超えるフォーラムメンバーが支持
すべてのアセットを Unity が審査済み
72件のうち 1 - 10を表示中
ユーザーレビュー
表示順
a
Only for specific usage
2 years ago
antonsenlarsen以前のバージョン 3.10.2 で
I have worked on my game for about a year and I now use both MEC and unity built in coroutines in it side by side. During initial testing it seemed that MEC gave me twice the performance of built in, and I converted thousands of lines of coroutines to MEC. But I am starting to regret it the more advanced my game becomes. MEC behaves very differently in many scenarios, and some of its features are not failure proof and it is now the main issue for my game crashing or straight up silent errors and memory leaks. Some examples: CancelWith(gameObject) does not work when the game is paused. Can cause infinite stacking coroutines during pause. Coroutines not cancelling on scene change if not killed. etc etc. So many fundamental differences makes it terrible in terms of user friendliness. Unless head deep in the manual, almost nothing makes sense compared to default unity coroutines. I'm not sure why the author couldn't make it performant while maintaining fundamentals, and rather add different functionality as an option. I admire the performance in terms of raw frame time, but the stability and usage is plain awful. I find myself converting away from it daily now instead of working around the problems with tons of extra code. I'm done spending more time on MEC issues than my pixel art. Unless you desperately need a few frames or very specific use cases, I cannot recommend it.
このレビューは役に立ちましたか?
5
0
パブリッシャーからの返信:
2 years ago に返信
Thank you so much for your feedback Anton, you're absolutely right: The free version of MEC has a lot of features missing that would make it much easier to use in a large scale project.
There is a pro version that has something like 4x the amount of code and contains all the functions and features you would ever want for a large project. Singleton coroutines would cleanly solve your problem with creating a bunch of copies of a coroutine while the app is paused, but they are only implemented in Pro.
P.S. You can upgrade at any time without breaking any existing code.
D
Good asset
3 years ago
DankalApps以前のバージョン 3.10.2 で
Haven't tested much for now, but what I needed (simple coroutine for downloading images) I managed to finish in few minutes. Good documentation helped.
このレビューは役に立ちましたか?
1
0
I have tested MEC, InvokeRepeating and Unity Coroutines with a simple transform update method that calls 50,000 times for each 0.1f second.
The result is MEC(~44 FPS) > Unity Coroutines (~6 FPS) > InvokeRepeating (~5.8 FPS), MEC is 7x faster.
このレビューは役に立ちましたか?
7
0
O
100% recommend!!!
3 years ago
OnYtoln147以前のバージョン 3.10.2 で
Definitely one of the best API's for Unity you can get.
Not only you get a cool performance boost, because it allocates less garbage, but you can also run the coroutines anywhere, without requirement for MonoBehavior.
このレビューは役に立ちましたか?
4
0
I was a little apprehensive at first, however, given it is free decided to take the plunge. Glad I did and will probably go for the Pro upgrade to support the devs.
I saw around 50-60% improvement on a pathfinding coroutine execution times in my project.
A minor nit-pick is documentation on how to integrate with the `System.Collections` IEnumerator. Things like DOTween have `WaitForCompletion` which is not compatible with IEnumerator<float>. Again, there are workarounds just not obvious.
Thank you so much for putting this asset out there!
このレビューは役に立ちましたか?
3
0
M
A replacement to Unity's default coroutines.
4 years ago
MysleyMakers以前のバージョン 3.10.2 で
Recommended, especially if your scripts uses tons of coroutines.
このレビューは役に立ちましたか?
3
0
m
The way to go with coroutines
5 years ago
matinrezaee8484以前のバージョン 3.10.2 で
It does what it says!
このレビューは役に立ちましたか?
2
0
I love to use coroutines! From simple fades and animations to large cutscenes. But I didnt like the feeling of creating a lot of work for the garbage collector. Then I found MEC and I love it! I gonna buy pro even though I dont need it, I just want to support this splendid little library!
このレビューは役に立ちましたか?
4
0
高品質なアセット
11,000 種類を超える 5 つ星アセット
信頼がある
8.5 万人以上の顧客による評価
コミュニティが支持
10 万人以上のフォーラムメンバーが支持
言語選択
Copyright © 2026 Unity Technologies
全ての表示価格には消費税は含まれていません