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

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

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

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

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

gamevanilla
71件のレビュー
$22
$219.99
71件のうち 1 - 10を表示中
ユーザーレビュー
表示順
k
NetworkConnection conn
a year ago
k2time以前のバージョン 2.7.0 で
error :NetworkConnection conn conn.connectionId CombatHandler.cs row 63 OnFightCreature Use new Mirror
このレビューは役に立ちましたか?
1
2
パブリッシャーからの返信:
a year ago に返信
You should not receive any errors on a properly configured project and using the latest version of Mirror. If you need any assistance, you can always reach us via the support channel and we will be happy to help.
M
Compilation Errors(VS code is not supported)
a year ago
Mark_Zurkerberg以前のバージョン 1.5.1 で
When I opened project it shows Visual Studio Code is not supported, and several pakages is deprecated, and compiler shows this:Assets\CCGKit\Core\Scripts\Foundation\Networking\NetworkProtocol.cs(145,16): error CS0246: The type or namespace name 'NetworkInstanceId' could not be found (are you missing a using directive or an assembly reference?)(And other 83 errors ) How can i fix it? Thanks.
このレビューは役に立ちましたか?
0
1
パブリッシャーからの返信:
a year ago に返信
It looks like you have not imported the Mirror asset into your project as described in the installation instructions available here: https://www.gamevanillawiki.com/ccg-kit/getting-started/installation/ If you need any further assistance, you can always reach us via our support channel and we will be happy to help.
B
Excellent 2d TCG/CCG engine to start from
2 years ago
Bloodday以前のバージョン 2.5.0 で
It woks, the code is clean and easy to understand, and once you dedicate the time is really easy to customize. 2 things that could be better in terms of code quality. 1) use enums, instead of magic strings 2) If possible, use generics instead of reflection to achieve some functionalities (this would be a great improvement that will make easier adapt this to mobile) Also, would be great if I can contact the author, modifying some things the game now throws when getting arguments from commandline, and I don't know how to fix it (it was a mistake I did, nothing to do with the quality of this asset that is awesome)
このレビューは役に立ちましたか?
0
0
パブリッシャーからの返信:
2 years ago に返信
Thank you for your review and your kind words, Bloodday! They are sincerely appreciated and it makes us very happy to know you are satisfied with the asset. We also appreciate your feedback. If you need any assistance, you can always reach us via the contact form at our website and we will be happy to help.
r
NICE ASSET! But where I create more scripts for more cards. I dont found
2 years ago
rodrigoschmidtgodinho以前のバージョン 2.5.0 で
VERY COOL SYSTEM. But where do I edit the scripts to create new card types?
このレビューは役に立ちましたか?
0
0
パブリッシャーからの返信:
2 years ago に返信
Thank you for your review and your kind words! You can find how to do this in the following section of the documentation: https://www.gamevanillawiki.com/ccg-kit/manual/manual/
s
Awesome Asset That Will Give You A Great Start!
2 years ago
soshimo以前のバージョン 2.5.0 で
First off, this is a system. Yes, it comes with a demo game, but the author is very clear to point out that this is a demo only, and if you want to implement further AAA features you would have to write your own code. That's completely acceptable. The editor alone is worth the price of admission, and the multiplayer code is also a godsend. Plus, don't asset flip. Just don't do it. Take the example game, and the framework, and start your own game. Modifying the DEMO game is akin to asset flipping, and complaining that you can't just drop the demo game onto the game store makes me think that people are planning that. Regarding the multiplayer code. The author explicitly points out how they decided to implement it - server authoritive vs P2P. For a competitive game it's almost always a good idea to go server authoritive. It reduces the chances of hacking and client side exploits. Never trust the client is something you will hear often in multiplayer games. Simple and casual games that are cooperative can benefit from P2P, but as soon as you have a trust issue (as is the case with competition) you must go server authoritive. This is an awesome asset that will give you a HUGE jump on any CCG or TCG game you might want to start. Yes, there is a lot you will have to add to it in order to make a AAA game, but the title of the asset is Kit, not AAA Game. So, it's up to you to create the next AAA CCG or TCG game with this kit.
このレビューは役に立ちましたか?
2
0
パブリッシャーからの返信:
2 years ago に返信
Thank you very much for your review and your kind words, soshimo! It is sincerely appreciated and provides an excellent explanation of the intended scope of the asset we completely agree with. :-)
t
Lacking
2 years ago
thomas_superFASTgames以前のバージョン 2.5.0 で
Not sure where my review went but I agree with others on the shortcomings of this asset.
このレビューは役に立ちましたか?
0
1
r
No matchmaking?!
2 years ago
rox4me以前のバージョン 2.5.0 で
So not only do I agree with others that the documentation is lacking but the networking documentation is closer to non existent! I can't even call it matchmaking as it's just room lobbies. That's just setting up a connection no matching required... P2P would have been the easier option both to use and make but instead they are using THEIR OWN server kit which is, you guessed it, not even meant to be used for ccgs... So not only is this hardly a ccg kit it even contains spamware for their other products. I'm sorry but this is more useless to me than a pseudocode. AND IT COSTS MONEY
このレビューは役に立ちましたか?
0
4
パブリッシャーからの返信:
2 years ago に返信
Just to clarify: - The fact that the multiplayer is server-authoritative and not P2P is explicitly indicated in the description and documentation of the asset. A P2P model for a collectible card game would mean no protection against malicious clients/hacking, which in this type of game is less than ideal. - Dedicated Server Kit is included for free inside the asset, and this is also explicitly indicated in the description. If you need any help or would like to expand on your feedback, please do not hesitate to reach us via the support channel and we will be happy to assist.
Y
Good But Need to improve Multiplayer Part
3 years ago
YousafGrewal以前のバージョン 2.5.0 で
For beginner little but tricky then after it will be piece of cake I update my 3 to 5 stars. But docs need to update even beginners can be deploy in production environment.
このレビューは役に立ちましたか?
0
0
パブリッシャーからの返信:
3 years ago に返信
The multiplayer code is the core part of the asset and has been battle-tested by many different users across many different projects through the years, so there are no known issues with it. As stated in the description and documentation, you are expected to have a basic understanding of server administration if you intend to deploy your game to a production server, but the whole process is documented step by step. If you need any help or would like to expand on your feedback, please do not hesitate to reach us via the support channel and we will be happy to assist.
R
Great Asset to get a jump on CCG
3 years ago
RoteTote以前のバージョン 1.5.1 で
Been working with this asset and very happy with the development. The Creator is very active and helpful.
このレビューは役に立ちましたか?
0
0
パブリッシャーからの返信:
3 years ago に返信
Thank you so much for your review and your kind words, RoteTote! They are sincerely appreciated and it makes us very happy to know you are satisfied with the kit. :-)
m
Complete but Complex.
3 years ago
mittens36以前のバージョン 2.0.0 で
I think this asset gives you exactly what is shown and is very well put together, I have had so much joy working with it. That being said I feel the wiki is perfect for confident developers that can hop into a code base and they can use the wiki to learn how everything works fast and start experimenting adding their own effects and so on to the asset, but the wiki lacks hand holding tutorials for newer developers. While I have had nothing but good things to say about this kit, me a few years ago would have had a hard time with this kit.
このレビューは役に立ちましたか?
1
1
パブリッシャーからの返信:
3 years ago に返信
Thank you for your review and your kind words, mittens36! They mean a lot to us. We also appreciate your feedback. The kit definitely requires a knowledge of programming and a willingness to dive into its codebase; we will do our best to continue expanding the documentation to help ease the transition for complete newcomers to Unity. If you want to expand on your feedback, please do not hesitate to reach us via the support channel and we will be more than happy to help.
高品質なアセット
11,000 種類を超える 5 つ星アセット
信頼がある
8.5 万人以上の顧客による評価
コミュニティが支持
10 万人以上のフォーラムメンバーが支持
Unity logo

フィードバック

パートナープログラム

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