기업의 더 효율적인 소프트웨어
선택을 위한 17년 지원 경험

Unity 사용 후기 및 리뷰

4.6 (842)

Unity 정보

개발자가 자산을 구성하고, 3D로 게임 및 경험을 만들고, 충돌을 관리할 수 있도록 도와주는 온-프레미스 게임 엔진입니다.

Unity 자세히 알아보기

장점:

One thing I like most about this software is the community use. Unity is used widely and there is huge technical support available from the community if there are any issues that need to be resolved.

단점:

Unfortunately it is not enough for AAA project, and even smaller project can become too messy to be managed using Unity. The lack of more structured tool chain makes Unity a tool for amateur.

Unity 등급

평균 점수

사용 편의성
4.2
고객 서비스 소프트웨어
4.3
특징
4.6
비용 대비 가치
4.5

추천 가능성

8.6/ 10

Unity은(는) Capterra에서 <span class="">842</span>개의 사용자 리뷰를 기준으로 별 5개 중 평균 <span class="">4.6</span>점을 받았습니다.

Unity을(를) 사용해 본 적이 있나요?

귀하의 사용 경험을 다른 소프트웨어 구매자에게 알려주세요.

리뷰 필터(842)

Alfredo
Alfredo
이탈리아의 CTO - Tech lead
검증된 LinkedIn 사용자
정보 기술 및 서비스, 2~10 직원
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

The almost perfect tool to develop videogame

5.0 작년

장점:

Easy to integrate with other assets, there is also a marketplace to choose what You need from sprite to logic integration and action for Your game without re-programming from scracth

단점:

There isn't a well guide that explain every section and integration that can be done and most of the time You need to find online for some problem

Tyler
미국의 Director and Project Lead
컴퓨터 게임, 2~10 직원
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

Unity: This engine is push-to-start

5.0 2개월 전 신규

주석: I would use it again and again, and I would always recommend it along my top choices.

장점:

Unity is very user-friendly, with a clean development environment and it’s very much a Swiss Army knife among game engines, versatile.

단점:

The animation control system was weird to work with

Mike
미국의 Programmer
검증된 LinkedIn 사용자
컴퓨터 게임, 2~10 직원
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

A flexible game Engine with some rough edges.

3.0 4주 전 신규

주석: I enjoyed my time working with Unity. It felt very easy to use and once I got more familiar with the software, I could start to see its strengths more. Unfortunately the management team's decisions made it seem like a bad idea to continue using it.

장점:

It is incredibly flexible and very streamlined. It has decent rendering power and growing with each iteration.

단점:

Unity's management made working with the engine feel like a gamble. Bad decision making about licensing terms made the experience feel unstable.

Michael
미국의 Game Developer
컴퓨터 게임, 자영업
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

Intuitive Game Development Environment

4.0 작년

주석: I've loved working in this engine for the past 8 years or so -- adding scripts to game objects naturally mirrors the MVC design pattern to an extent. It feels just like putting brains inside bodies, and the whole process is a bit like creating lots of little tiny robot workers to do your job for you and talk to each other. It's as intuitive as playing Checkers; anyone who understands the bare essentials of programming with for loops, if statements, and so forth will have no trouble picking this up. Scripts are small and self-contained -- I rarely write one over 400 lines long, and many are under 200 lines. I've put out a number of casual games with it. Prefabs are useful also -- think of them as visual Classes that you instantiate. You create a game object, put whatever you want on it (scripts, components, children, whatever), drag it anywhere into the window on the bottom center, and it becomes a "factory" that can make copies of itself. One of my favorite code features is the concept of Coroutines -- Unity's way of writing asynchronous methods with a specified delay between one part of a method and another. Want to write an infinite loop that doesn't jam up your processor? No problem -- just create a Coroutine method (type IEnumerator) and add a "yield return new WaitForSeconds (0.5f);" statement inside that loop and it will only iterate every half-second, for example. Unfortunately, cryptic errors outside of my code tend to pop up from time to time, but those usually go away with exiting and reopening Unity. It's also quite a process to migrate your code to a mac for iOS distribution, but isn't it always? Overall, despite the little bugs, slow load times, and over-reliance on plugins, it's a great engine for your 2D or 3D (with each having their own physics systems) game development needs.

장점:

-Very easy to grasp the game object / component / script system. -Simple to switch between platforms -C# is a high level language, easy for beginners and advanced programmers to pick up. -Automatic garbage collection (but you still need to make sure it's invoked sparingly) -Great break point debugging system with Visual Studio

단점:

-Bloated, slow, and mildly buggy -Plugins will often conflict with each other and give duplicate library errors when building for iOS -Over-reliance on plugins -Not great for web games; OpenGL is extremely slow to load, and it's like Unicron, devouring browser memory

Ajay kumar
인도의 Mobile App developer
정보 기술 및 서비스, 2~10 직원
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

Beginner friendly App development platform

5.0 작년

주석: I am android and iOS Application developer. My first android game developed in Unity. It is very comfortable to develop the small types of games and beginner friendly. But my opinion very hard to create objects from Unity.

장점:

I am using paid version of Application really it is very easy to use and more comfortable code editor. Actually my firs application in Unity from my college days. It is more comfortable for new android game developers.

단점:

I am facing more struggle creating Object but other wise overall platform is very nice to develop android application and games.

Aidan
미국의 Game Developer
엔터테인먼트, 자영업
소프트웨어 사용 목적: 1년 이상
리뷰어 출처

Good 3D Engine for Low-Tier Devices

4.0 작년

주석: Unity is a good engine for lower-tier devices (laptop/mobile). It looks clean and professional so everything is easy to find. I would continue to use it for 3D games as long as I am focusing on smaller projects, otherwise I would look for something else with better graphics that are easier to set up.

장점:

Nav-mesh pathfinding is a breeze to use. With some knowledge of how it works (1-2 tutorials) its possible to have objects navigating around the map within ten minutes. The Unity documentation is very good.Physics engine is very fast on low-tier devices (laptops/mobile)

단점:

I really dislike the animation system as it is. I have only ever been able to animate one thing, after nearly a dozen different attempts. I have also had multiple issues with shaders and collaboration tools breaking all of my in-game textures. I was forced to re-texture every single object (100+) by hand. If you are using both, DEFINITELY check if there are any critical shader issues before choosing a version for your project. Doesn't look great without a lot of work in writing your own custom shaders. The asset packs and templates are pricy.

Justin
미국의 Web Developer
정보 기술 및 서비스, 자영업
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

Everything You Need to Get Started

4.0 작년

주석: I am still a huge fan of Unity and hope to see it continue to flourish. It has been rocky at times, but we have stuck with it and made several games in game jams and prototypes that we continue to refine and expand upon.

장점:

Unity is easy to use compared to other game engines, free for your first $100k, and has plenty of features and great documentation. It is a great place to start and has a vibrant community and asset store to add and integrate anything you might need for your next game project.

단점:

Lead times on bug fixes can be long (sometimes months to years) and some of the issues seem rather apparent to have been missed in testing or reviews.

Md Ashfak
Md Ashfak
방글라데시의 CEO
검증된 LinkedIn 사용자
디자인, 2~10 직원
소프트웨어 사용 목적: 6~12개월
리뷰어 출처

Great game development engine for 3d Projects

4.0 작년

주석: Overall it's a good engine for creating 3D and 2D games. But it'd be better if they simplified the functions and added more options so that a no-coder can easily work on it.

장점:

The best thing about Unity is its asset store, Standard asset packs that are free and a great starting point for creating prototypes.

단점:

There are too many functions, a bit challenging to use, different rendering pipelines that make some assets not work correctly, and some bugs that can make anybody super frustrated.

Tesla
Tesla
미국의 None
검증된 LinkedIn 사용자
글쓰기 및 편집, 자영업
소프트웨어 사용 목적: 1~5개월
리뷰어 출처

Unity review

1.0 지난달 신규

주석: I have had a negative experience, i never received my reward earnings and customer support doesnt contact you back.

장점:

Playing the games on unity can be fun and pass the time.

단점:

I dislike that they tell you that you can cash out real money earnings, but the money never comes.

Yogesh
인도의 Game Artist
컴퓨터 게임, 201~500 직원
소프트웨어 사용 목적: 1~5개월
리뷰어 출처

Great engine for both AAA and indie games

4.0 3일 전 신규

장점:

It's a highly customisable engine depending on the workflow.

단점:

The file management is not that great and the material process can be improved.

Rafael
필리핀의 CSR
원격 통신, 10,000+ 직원
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

After 4 Years of using Unity Engine

5.0 11개월 전

주석: Overall, I like unity as an engine because of how easy it is to use and how the UI shows you how they work.
Even when I'm using a free license, I can access most of its features which is great for people like me who can't afford subscription plans.

장점:

I like that it is very user friendly and has tons of guides and tutorials on youtube. It also has tons of free extensions from the unity store which vastly improves how you use unity. Also unity is low spec friendly meaning that it can run on low end systems.

단점:

I dont like that time when unity charge developers PER INSTALL and made the community and developers mad by doing so.

Steven
미국의 Laboratory Scientist
의료 기기, 51~200 직원
소프트웨어 사용 목적: 6~12개월
리뷰어 출처

Unity: The Perfect Game Engine

5.0 작년

주석: Unity has been nothing but helpful in our day to day usage, from helping coordinate small to large teams, to creating a useful paper trail for who made what changes at what time. It is a tool I use happily and look forward to using in the future as I continue game development.

장점:

Unity is broken down in a very digestible way, and once one's command of the program is thorough, there is really no limit to what can be created. This is truly the most useful aspect of the program. It is like magic in the hands of a knowledgeable coder.

단점:

The built in GUI system is slightly clunky and ugly, however it is not very consequential as a myriad of useful plugins/tools exist for FREE on Unity's asset store that vastly improves Unity's GUI.

Thomas
영국의 Game Dev
컴퓨터 게임, 자영업
소프트웨어 사용 목적: 6~12개월
리뷰어 출처

Great for 2D, Good for 3D, features are okay, pricing is mostly fine

4.0 작년

주석: Overall its not as bad as some people will make it out to be. Its a strong competitor and having competition is good as it leads to quicker innovation and ultimately a better tool for developers. The pricing is great for smaller teams and if you dont like the runtime fee, simply use a version lower than the 2023 LTS one.

장점:

The barrier to entry is £0. The personal subscription is free and you can (soon on the 2023 LTS version) make $200,000 with no fee. The runtime fee changes in 2024 shouldn't scare you as for most of us they are irrelevant and aren't bad at all. As for features, i find that its best for 2D games but has also improved a lot in the 3D department. This is also due for a further upgrade with Unity 6. The asset store is also huge and has all sorts of plugins, characters, templates, etc... that you can use how you'd like.

단점:

There is more of a learning curve. The UI has been improved but some bits could do with more tweaking. Plus its C# with a not as good blueprint (no code) option compared to other game engines. This means that you will need to learn C# to a much higher degree and can make the learning curve quite high and slow.

검증된 리뷰어
검증된 LinkedIn 사용자
컴퓨터 게임, 자영업
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

Once a giant now a monster

5.0 작년

장점:

Unity is one of the most common and versatile tools for gamedev, specially when you are starting as an indie, it is well fared against it's no code competitors

단점:

The recently change in the terms of service and revenue have made it a not very viable tool for indie devs, it's better to explore some less greedy options

Rony
아랍에미리트의 Accounts Manager
정보 기술 및 서비스, 11~50 직원
소프트웨어 사용 목적: 1년 이상
리뷰어 출처

Empowering Game Development

5.0 2년 전

주석: My overall experience with Unity has been nothing short of remarkable. The engine's extensive capabilities and user-friendly interface have empowered me to bring my creative ideas to life with ease. The flexibility to develop games across multiple platforms has opened up endless possibilities for reaching a wider audience. The vast library of assets and plugins available in the Unity Asset Store has been a game-changer, saving me time and effort. While there were occasional challenges with learning the engine and optimizing performance, Unity's supportive community and comprehensive documentation have been invaluable resources. Unity has truly been a catalyst for unleashing my creativity in game development.

장점:

Unity impressed me with its exceptional capabilities, making it my go-to choice for game development. The versatility of the engine allowed me to bring my creative vision to life with ease. The intuitive editor provided a seamless and efficient workflow, enabling me to focus on designing captivating gameplay experiences. The extensive library of assets and plugins in the Unity Asset Store saved valuable time and enhanced the quality of my projects. The supportive community and comprehensive documentation were invaluable resources that fostered my growth as a developer. Unity's power, flexibility, and supportive ecosystem have made it an indispensable tool for my game development endeavors.

단점:

While Unity offers incredible capabilities, there were a few areas that left room for improvement. One drawback was the initial learning curve, especially for newcomers to game development, which could be overwhelming. The engine's performance, particularly on mobile platforms, occasionally posed challenges and required optimization efforts. The documentation, while extensive, could benefit from more detailed examples and tutorials for complex features. Additionally, the subscription pricing model might be a limiting factor for some indie developers on tight budgets. Despite these shortcomings, Unity remains a powerful and versatile game development engine with immense potential for creating captivating experiences.

Diego
파라과이의 Front-End Developer
정보 기술 및 서비스, 자영업
소프트웨어 사용 목적: 1~5개월
리뷰어 출처

Not for me right now but I appreciate it for what it is.

4.0 작년

주석: I really tried to get into Unity but it became too big and overwhelming quickly. At some point you will really need to learn C#, even with tutorial and sample projects. I still don't want to give up on it, I plan to start with simpler 2D tools then come back when I have enough experience since it's basically one of the industry standards and it supports all the main gaming platforms, web, mobile and more.

장점:

Scalable: gives you the tools to create from simple web/mobile games to AAA titles.Unity Asset Store seems huge, and items go from free to expensive but reasonable priced, high-quality items.Huge documentation covering from the basics up to really advanced AAA and Holywood-level productions Free even for commercial projects until you grow enough to be able to pay for it.

단점:

Intimidating UI at first, at least on default.Experimenting can become overwhelming quickly.Visual scripting only for beginner-level, simple projects. It still needs coding knowledge for semi advanced behaviors and up.Medium to high system requirements.

Leah
미국의 Artist reveiwer
온라인 미디어, 자영업
소프트웨어 사용 목적: 1년 이상
리뷰어 출처

Great games to play

5.0 작년

주석: Great I absolutely love how many games choices

장점:

Super fun ease of features awesome games

단점:

Games sometimes are basically the same

Rohan
인도의 Reviewer
글쓰기 및 편집, 자영업
소프트웨어 사용 목적: 6~12개월
리뷰어 출처

Best application for beginners

4.0 11개월 전

장점:

I like the way it makes user feel bery comfortable to use and very good for beginners.

단점:

When I open it, sometimes it took time but it is good after that.

Adam
캐나다의 Composer and SFX Designer
음악, 자영업
소프트웨어 사용 목적: 1년 이상
리뷰어 출처

Best for Starting Devs

5.0 작년

주석: Despite the recent controversies of Unity's new pricing model, this has been a fantastic game engine to learn with and begin developing games. Recommended for devs who are starting out and want to learn the basics.

장점:

I like how easy it is to find the answers I need about Unity. Lots of tutorials help ease someone into game development, with lots of great templates and learning resources directly from Unity. It's the perfect game engine for a starting dev.

단점:

A massive learning curve if you are new to game development. Required a lot of time to learn the program and its features (which is a lot, to be fair). Very powerful engine though once you get used to it!

Ricardo
볼리비아의 OWNER
프로그램 개발, 자영업
소프트웨어 사용 목적: 1~5개월
리뷰어 출처

GREAT PROGRAM FOR BEGINNERS

5.0 작년

장점:

As beginners in this industry, we like a lot Unity and the range of possibilities it offers. Unity has great features and it helped a lot in our learning process.

단점:

A bit difficult to start with but once you know the basics it is a geat tool.

검증된 리뷰어
검증된 LinkedIn 사용자
행정실, 10,000+ 직원
소프트웨어 사용 목적: 1년 이상
리뷰어 출처

User-friendly Platform for beginners and experts

5.0 2년 전

주석: Is very complete platform to start making projects as professional developer.

장점:

I like the asset store library: a lot of ready-made materials, including 3D models, animations, and audio files. Developers can use these assets in their games. Also i like available documentation and support that helps to learn and solve any possible problems.

단점:

When i use Unity in my old PC it crashes and take more time.

Alejandro
스페인의 Marketing
엔터테인먼트, 51~200 직원
소프트웨어 사용 목적: 6~12개월
리뷰어 출처

The best game engine ever created

5.0 작년

장점:

It's very easy to use and it has a lot of official documentation to learn how to use it, even if you are not very skilful at programming. Also its community is huge and helpful. The personal plan es free, which is the best way to start in the gaming industry.

단점:

Unity Runtime Fee announcement was disgusting, and it's specially aggressive with mobile companies: now we have to pay an extra fee per download.

Keith
미국의 Student
컴퓨터 소프트웨어, 자영업
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

Fun engine to use

4.0 작년

주석: I like using the engine and it has been the main game engine I have been using.

장점:

I like that the engine is user friendly and that the engine makes it fun to make video games. There are many resources on the internet to improve my game design skills.

단점:

Full access to Unity is very expensive and it hinders the quality of the games produced by free users.

Aashish
Aashish
네팔의 Trainee
검증된 LinkedIn 사용자
정보 기술 및 서비스, 501~1,000 직원
소프트웨어 사용 목적: 1~5개월
리뷰어 출처

Decent Game Engine

4.0 작년

장점:

The greatest thing about Unity is its community and that it has a huge asset store where we can buy assets to use in our games. It's a very good choice for making 3D games.

단점:

Recently, due to the pricing, I would not recommend Unity to anyone as they charge developers based on the number of installs. It was pretty good until recently. Unreal engine would me a good alternative to this.

Muhammed Yasir
튀르키예의 psycholog
병원 및 의료, 5,001~10,000 직원
소프트웨어 사용 목적: 1년 이상
리뷰어 출처

game development program that will never lose its popularity

5.0 작년

장점:

For me, it is one of the most optimal applications that I can use to develop games. It is a program that has proven itself in this field and has no optimization problems.

단점:

The interface can be confusing at times. It can be simplified a little more for ease of use.