Skip to main content
Unity logo
Cancel
Privacy Preferences
Cart
Applications
Sell Assets

Over 11,000 five-star assets

Rated by 85,000+ customers

Supported by 100,000+ forum members

Every asset moderated by Unity

$79.99
Showing 1 - 10 of 351
User Reviews
Sort by
M
A very inconvenient and poorly implemented localization system
2 days ago
MatrixNewon version 2.18.60
Game Creator 2 is well suited for various types of games such as shooters, strategy games, and other projects that do not require a large amount of text. It includes a localization system, but it is quite inconvenient to use. For each language, every line has to be translated separately, which takes a lot of time and resources. Another issue appears when the original text changes - translations must be manually updated again. Overall, you can create almost any type of game with Game Creator 2, except for quests and projects with long dialogues and branching narratives. In such cases, localization becomes nearly impossible to maintain. Therefore, I can only give it one star. I spent six months developing a game and reached this disappointing conclusion. As a result, I have to switch to another engine - Adventure Creator.
Was this review helpful?
0
1
h
Definitely one of the best assets of its kind
13 days ago
hoverek_devon version 2.18.60
REUPLOAD BECAUSE IT WAS REMOVED... (P.S. I have average coding experience) I decided to give this tool a try, but it doesn't have everything that would allow for comfortable game development without code. I don't understand the variable system; it seems completely nonsensical... Named and List variables? Okay, but wouldn't it be better to have a global dataset in the form of a complex, deep structure (e.g., something like JSON)? I definitely miss support for at least basic data structures in Visual Scripting like List and Dictionary. Extending GC isn't that simple. Of course, you can easily create things like Instructions, but creating your own data types is a chore (and there's nothing about it in the official documentation).
Was this review helpful?
0
0
Reply from publisher:
replied 13 days ago
We designed a decoupled system (rather than a giant global dataset) to keep your workspace clean and organized, preventing a massive backlog of variables as your game scales. Regarding custom data types and extending the system: You don't need to. That's what Variables are for. If you need help, feel free to join our Discord server and we'll be happy to help.
V
Outstanding Functionality, Poor Documentation
a month ago
Virilluson previous version 2.18.59
What this asset is capable of is truly tremendous. It's a massive accelerator in development regardless of experience level, and allows even the most code-illiterate dev to be able to near-immediately make an impact in-engine. It has become a staple of my development approach and while almost certainly remain that way going forward. I strongly recommend it. That being said, as fair warning to others, the documentation is extremely poor. There are large swathes of this system with minimal, or no, documentation, and where documentation does exist it's poorly written and missing critical information. As you learn an adapt, you're going to spend hours banging your head against problems that are caused purely because how things actually work is not written down anywhere (or, where it is written, it's misleading and/or has gaps). In terms of functionality, this is a true 7/5 product - absolutely outstanding. However, the issues on the documentation side are significant, and hold this back from being best-in-class.
Was this review helpful?
1
0
Reply from publisher:
replied 24 days ago
Thank you very much! The documentation is more of a technical overview of every moving part. To learn the ropes we suggest looking at the examples tht come with it, which are ordered from the easiest to hardest to learn. If you have any other question, please feel free to join our Discord!
f
Game Changer
a month ago
fiervalon previous version 2.18.59
Some folks called this asset "a game changer". I can only confirm. Works great for dis-entangling communications between components by combining code and visual scripting in an intuitive way through event-driven paradigm implemented by instructions & conditions on the one hand and triggers on the other. If you are a fan of event-driven programming, this asset hits just the right spot
Was this review helpful?
0
0
Reply from publisher:
replied 23 days ago
Thank you so much!
D
Got Kicked out of Discord?
a month ago
Dimexelon version 2.18.60
Thanks for replying to reviews, previously this is a 5 star, but it seems I can't join the discord which I assume you kicked me out. My guess is you did not like the reviews I left on your modules. All of them are true, there are negatives and positive reviews even, I'm not being mean about it, I'm just stating the truth. If you did kicked me, then sadly to say, you can't handle it, instead of improving your assets and listen to the reviews, you kicked them out. If only I knew this is the kind of person you are, I wouldn't bought the entire GC2. Edit: I did not demand anything on the review to be implemented immediately. I'll update it when it was implemented or even improve. Not all are 2 stars. I give my accurate rating as possible, but sadly you only see the negatives. Seeing this is how you handle things really is a disappointment.
Was this review helpful?
2
5
Reply from publisher:
replied a month ago
We maintain firm boundaries regarding how our support channels and the review system are used to ensure a fair environment for everyone. Your removal from our Discord was not about constructive criticism, but rather a consistent pattern of leaving 2-star reviews specifically to demand immediate feature requests and support. Using ratings as leverage to skip the line is unfair to the rest of our community and it is a behavior we simply do not tolerate.
d
GC2 명불허전
a month ago
dock75on previous version 2.18.59
확장팩 전체 번들로 제공해주시길 희망합니다. 유명한것에는 이유가 있는법
Was this review helpful?
0
0
Reply from publisher:
replied a month ago
고마워! We're actually working on making a Game Creator 2 bundle so stay tuned!
n
Absolutely the best!
a month ago
nullverumon previous version 2.18.59
I have been using game creator 2 and its modules for over seven months now and have just realized I havent reviewed it yet. This has got to be the best asset in the store. I started not knowing a single snippet of C#, or even barely how to navigate unity (lol) and so far I haven't even needed C# with this asset. The resources from other users on youtube, discord and its documents, are great there is abit of a learning curv but its microscopic in comparison to any other alternatives. So far I feel this asset and its modules can accomplish just about anything someone would need for game development scripting. The hub is amazing as well. The community around this ecosystem is also amazing. I feel i am well on my way to my first indie video game release. I wish i could rate this even higher -Anonshade
Was this review helpful?
1
0
Reply from publisher:
replied a month ago
Thank you very much!
b
Correcting My Previous Review
2 months ago
bigibbyon version 2.18.60
⭐⭐⭐⭐⭐ I want to sincerely apologize to the author for my previous review , it was not meant for Game Creator 2. Game Creator 2 is actually an amazing tool that really speeds up development in Unity. It’s powerful, flexible, and saves a huge amount of time compared to building everything from scratch. The modular system is very well designed, and once you understand how it works, it becomes incredibly efficient to create gameplay systems. The documentation and community support are also very helpful. Highly recommended for anyone who wants to prototype quickly or build full games with less hassle!
Was this review helpful?
1
4
Reply from publisher:
replied 2 months ago
Thank you very much! <3
B
Awsome Asset!
3 months ago
BRAVESTAR1979on previous version 2.18.59
I don't usually care to write reviews, but I make an exception for this asset plugin. If you're like me, & cannot write code to save your life, but do have a good understanding at least, this asset is for you. Not going to sugarcoat that it's easy to learn in a few days, because it's not. Like everything, you have to spend time playing around, watching some tutorials & so on. But when you do start to figure it out, you will absolutely love it. This has everything a solo developer needs to create a game. I bought nearly every addon so far in the summer sale. Only missing the shooter addon. These guuy's also seem to do a regular sale, so keep an eye out. But absolute gem, & money well spent!
Was this review helpful?
1
0
Reply from publisher:
replied 3 months ago
Thanks for the kind words! We're glad to hear you find the full suit useful. Happy game making!
C
Create a prototype of your game in less than a week!
3 months ago
CrobaCobraon previous version 2.18.59
I used to waste a lot of time building prototypes to test my ideas until I discovered this asset. Now I can test my ideas quickly, and the modules give you exactly what you need to build the foundation of your game. By the way, the Discord and Hub are full of amazing people willing to help you. I highly recommend it and I'm looking forward to more updates, modules, and integrations!
Was this review helpful?
1
0
Reply from publisher:
replied 3 months ago
Thank you! Glad we could help streamline your development. We love the energy in the Discord too and it’s amazing to see so many developers helping each other out.
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members
Unity logo

Language

Feedback

Partners Program

Partners
Copyright © 2026 Unity Technologies
All prices are exclusive of tax