メインコンテンツにスキップ
Unity logo
キャンセル
プライバシー設定
カート
アプリケーション
Sell Assets

11,000 種類を超える 5 つ星アセット

8.5 万人以上の顧客による評価

10 万人を超えるフォーラムメンバーが支持

すべてのアセットを Unity が審査済み

Watermelon Assets
21件のレビュー
$9.99
21件のうち 1 - 10を表示中
ユーザーレビュー
表示順
b
Outdated
4 years ago
blackantバージョン 1.2.1 で
Be carefull, the documentation of this assets will drive you nowhere, so if you plan to learn something with this, you'll have to investigate by yourself. The trailer says : fully documented, but in fact if the website is down you can't find any documentation anymore.
このレビューは役に立ちましたか?
0
0
l
Do the work
8 years ago
le_dukeバージョン 1.2.1 で
easy to use
このレビューは役に立ちましたか?
0
0
Z
So many flawed issues
8 years ago
Zennethバージョン 1.2.1 で
This is a re-review. After working with the Pool System for Days, I discovered so many bad issues with it, so I decided to quit and simply implemented my own. I tried to get a Pool by passing on a prefab that is referenced across many Objects. But instead of getting the right Pool, PoolManager created a new Pool for some unknown reason. Then, because new Pools were generated, the Objects did not de-spawn properly, causing the Amount of Objects to staggered. After that, I fixed it so that the Pool is directly referenced by each Object. Then, after I tried to spawn new Objects, instead of getting an Object that is deactivated, or creating a new one, it took an object that is still active. Because this happened to some Pools, while other Pools are working fine, I think that perhaps it's my own fault for not setting thing up properly. But if there is a specific way to set thing up, the lack of Document definitely doesn't help me in trying to solve it. //// Below is previous Review Let's get to the Good parts first. It worked. The coding is really simple to understand and implement. and the process is really fast. The Bad thing is, Inspector UI has a bug that need to be fixed. + Examples did not provide something that I was looking for. Or, even if it's there, I couldn't find it. I'm using Unity 2017.1.1f1 When looking at the inspector, PropertyDrawer for Fastpool class do appear when it is nested withing FastpoolManager. But became invisible when Fastpool is declared on its own in another component. After I tried comment out PropertyDrawer, it appeared properly in another component. But now FastpoolManager is not displaying it. //----------------- Examples were using FastInstantiate() on the FastPool Class, OnFastInstantiate() interface when the object was called or created from the pool. I have a problem with this, since I needed to pass on initialization variables to the Game Object. And because Fastpool is not a Monobehaviour, I couldn't just simply use GetComponent<>(); Fortunately, after searching through the source codes, I found out that FastInstantiate() do have overloads that directly get the component for you when the object is called. An example scene that show this could really help.
このレビューは役に立ちましたか?
2
0
n
Not working except demo scenes
9 years ago
nerdsarewinningバージョン 1.2.1 で
This is the worst (and most undocumented) asset I've ever used. Not pooling objects and create new instances every time. Only demo scenes working and they are only looping batch objects and show results to you, near 8 example scenes and every scene is duplicate of other. Also this is UNDOCUMENTED, I cant accept this. Only autogenerated scripting documentation that reveals nothing, no comments in codes etc. Free assets are doing better job, and its not important how FAST as long as its NOT working in real life scenarios. No shooting, firework examples etc.. Very poor asset, I think its become deprecated after Unity 5.x.x update.. Also forum post users not getting answers for years :) Buy it if you want to LOST your 10$ for 5 gui text example scenes that shows you that asset is HOW FAST!
このレビューは役に立ちましたか?
1
3
パブリッシャーからの返信:
9 years ago に返信
Thank you for the review. It is very sad that you aren't satisfied with the FastPool. If you have some troubles with using FastPool, please don't hestiate to write me at support@wmassets.com and I will be glad to help you to figure out your issues.
c
Good, but support stopped
9 years ago
cosheaバージョン 1.2.1 で
It is a bit of a pain to get your head around compared to some other pooling solutions, but as the name says, it is Fast. I would normally recommend the asset to other developers, however the customer support seems to have stopped. No replies to emails in months, a real shame (no replies on forum either). If you are looking for a pool solution I would avoid for now, as lack of customer support is a worrying sign for the future of an asset. I'll update my review if things change.
このレビューは役に立ちましたか?
2
0
パブリッシャーからの返信:
9 years ago に返信
Thank you for the review. I've answered your questions in email, sorry for the delay with a response.
r
My favorite
9 years ago
ryanmillerca以前のバージョン 1.2 で
I've tried (and made) many pooling systems, this one is my favorite. Really easy to use, barely feels different than the normal way of doing things, and never gives me any kind of hassle. Just good ol' performance friendly pooling.
このレビューは役に立ちましたか?
0
0
N
No support
9 years ago
NoTime2Talk以前のバージョン 1.2 で
cant even change spawn point, and the publisher doesnt even answer my email.R.I.P my $10
このレビューは役に立ちましたか?
1
1
c
Great!
9 years ago
combatsheepバージョン 1.2.1 で
It's easy to implement. And good price. It works fine on Unity5.5.1 f1. It's good performance for mobile devices. Here is my APP which use Fast Pool. iOS https://itunes.apple.com/jp/app/shotgungun/id1069564687?l=en&mt=8 Android https://play.google.com/store/apps/details?id=com.apricot.shotGunGun
このレビューは役に立ちましたか?
0
0
j
a problem
10 years ago
jackzhu以前のバージョン 1.2 で
Assets/FastPool/Scripts/FastPool.cs(274,56): error CS0309: The type `IFastPoolItem' must be convertible to `UnityEngine.Component' in order to use it as parameter `T' in the generic type or method `UnityEngine.GameObject.GetComponents<T>()'
このレビューは役に立ちましたか?
0
0
パブリッシャーからの返信:
10 years ago に返信
Hello! We need some more details. We've already contacted you by e-mail and will send you an updated version as soon as the problem will be resolved.
F
Reliable for Offline needs
10 years ago
Faahhx以前のバージョン 1.2 で
Pretty strong and fast! Enjoyed easy implementation with only minor issues. 5 stars if it had PhotonNetwork integrated for online play. That would be a boost above other pooling systems, IMHO.
このレビューは役に立ちましたか?
1
0
パブリッシャーからの返信:
10 years ago に返信
Thank you for the review! Explain please, what exactly you need to manage with FastPoll in the Photon Network? Write your thoughts to support@wmassets.com, please.
高品質なアセット
11,000 種類を超える 5 つ星アセット
信頼がある
8.5 万人以上の顧客による評価
コミュニティが支持
10 万人以上のフォーラムメンバーが支持
Unity logo

フィードバック

パートナープログラム

パートナー
Copyright © 2026 Unity Technologies
全ての表示価格には消費税は含まれていません