Wir helfen Unternehmen seit 18 Jahren,
bessere Software zu finden
Über Unity
Softwarelösung für Entwickler*innen von Echtzeitspielen und -Content zur Erstellung interaktiver 2D- und 3D-Inhalte.
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.
Nutzerbewertungen filtern (842)
Nutzung
Sortieren nach
Nutzerbewertungen filtern (842)
Meine Unity Bewertung
Kommentare: Ich bin mit Unity sehr zufrieden.
Vorteile:
Die Software ist sehr umfangreich und bietet ein breites Spektrum an Möglichkeiten
Nachteile:
bis dato keine Nachteile aufgefallen. Ich bin sehr zufrieden mit dem Produkt

The almost perfect tool to develop videogame
Vorteile:
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
Nachteile:
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
Intuitive Game Development Environment
Kommentare: 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.
Vorteile:
-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
Nachteile:
-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
Great engine for both AAA and indie games
Vorteile:
It's a highly customisable engine depending on the workflow.
Nachteile:
The file management is not that great and the material process can be improved.
A flexible game Engine with some rough edges.
Kommentare: 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.
Vorteile:
It is incredibly flexible and very streamlined. It has decent rendering power and growing with each iteration.
Nachteile:
Unity's management made working with the engine feel like a gamble. Bad decision making about licensing terms made the experience feel unstable.
In Betracht gezogene Alternativen:
Unity: This engine is push-to-start
Kommentare: I would use it again and again, and I would always recommend it along my top choices.
Vorteile:
Unity is very user-friendly, with a clean development environment and it’s very much a Swiss Army knife among game engines, versatile.
Nachteile:
The animation control system was weird to work with
In Betracht gezogene Alternativen:
Good 3D Engine for Low-Tier Devices
Kommentare: 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.
Vorteile:
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)
Nachteile:
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.
Beginner friendly App development platform
Kommentare: 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.
Vorteile:
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.
Nachteile:
I am facing more struggle creating Object but other wise overall platform is very nice to develop android application and games.
In Betracht gezogene Alternativen:
Everything You Need to Get Started
Kommentare: 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.
Vorteile:
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.
Nachteile:
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.
Great for 3D animation
Kommentare: Unity has been beneficial for us for AR purposes for a long time now and we also love the quality renders and top notch graphics of the particles to use in a project. However, there is still room for some improvements.
Vorteile:
Most impressive feature of Unity is its high quality of the particle system. The graphics of renders and the lightings of the animations are top notch. We mostly use Unity for AR purposes and it is most impressive among its competitors.
Nachteile:
One con is the complex coding in the software which could be difficult for a first timer or a non-coder and sometimes the projects become very large sized but other that that it has been most useful for us.

Great game development engine for 3d Projects
Kommentare: 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.
Vorteile:
The best thing about Unity is its asset store, Standard asset packs that are free and a great starting point for creating prototypes.
Nachteile:
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.
After 4 Years of using Unity Engine
Kommentare:
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.
Vorteile:
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.
Nachteile:
I dont like that time when unity charge developers PER INSTALL and made the community and developers mad by doing so.
Why I mainly love unity
Kommentare: I loved using it and I found it great. I personally recommend that others learn C# from other websites and maybe learn how to use the software from a YouTube video. I truly love the software with all of its possible customizations and all of its features. I hope that others find it as useful as I did.
Vorteile:
I loved all of its unique little features. It is super fun to use and it is really cool to use. I did kind of find it a bit difficult at first but I got the hang of it soon enough.
Nachteile:
I found their tutorials horrendously unuseful. It was a waste of my time. I think they shouldn't release a new update that completely changes the software and not update the tutorial. I disliked that I also had to download a completely unique version of Unity every month or so. I had the same feelings toward the Microsoft Visual Studio.
Unity the best Game Engine
Vorteile:
All in one, ease of use and to develop and publish a game i only have to know unity.
Nachteile:
Pricing politics is changing. Once you learn unity its hard to make a switch.
Unity is a must leading engine
Kommentare: My overall experience I would say four out of five. I am satisfied with using this engine and can't wait to see its changes and find new features.
Vorteile:
My experience using Unity dates back a long time ago since I started to gain some knowledge and skills in its area. This contemporary engine is built with passion and dedication in order to demonstrate a high level of capabilities and to open up as many opportunities as developers would wish, both in the path of building games or apps. If I have to pick only one thing that I love about Unity is definitely its clean design.
Nachteile:
From both my experience and my friends who have been using it for years, Unity (read UnityHub) is not something that I will recommend to a beginner, therefore it is quite a complicated system and requires a certain high level of knowledge. The company should be working on this issue.
I can't say enough good thngs about Unity
Kommentare: I love making games in unity, and it is the best software out there for that in my opinion
Vorteile:
It's free for a single develope like myself, and it is so robust and full of complimentary assets and methods to make a game that I feel anyone could make a game now.
Nachteile:
If you break something within the world, you better hope you backed it up or its a mess.
Empowering Game Development
Kommentare: 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.
Vorteile:
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.
Nachteile:
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.
Enhancing Creativity and Productivity of Unitys Integrated Development Environment (IDE).
Kommentare:
It has allowed me to turn my ideas into reality with its user interface wide range of features and strong support from the community.
Unity has been a catalyst, for my growth learning about game development
Vorteile:
Unity is a platform, for game development and creative exploration because of its range of capabilities, easy to use interface and powerful features.
Nachteile:
Although Unity provides a range of features beginners may find it challenging to get started due, to the learning curve. Moreover achieving performance, for projects can be difficult and may require advanced expertise.
Unity - Bang for your buck
Kommentare: I would say that my overall experience with Unity has been great
Vorteile:
I like the ease of use that Unity provides, it’s a great tool for game development
Nachteile:
I don’t love the coding aspect, I do wish there was more drag and drop
Awesome game making program
Kommentare: It is a powerful tool for making games and even offers the ability to make 2d or 3d games.
Vorteile:
Unity is easy to grasp and can be a very powerful game making program when creating 2d and 3d content.
Nachteile:
When using the no code, it can become a confusing mess if you don’t manage it correctly
I enjoyed the API features
Vorteile:
I especially enjoyed using the API features
Nachteile:
I really do not have any things I disliked about the Platform
An industry standard
Kommentare: Very good. Learnt a lot. There's so many available resources compared to other engines.
Vorteile:
Enormous progressive community. Lots of online tutorials, assest and starter kits that easily kickstart projects.
Nachteile:
A little slow and sluggish at times. Visually outdated.
A Powerful Engine Supporting Countless Titles
Vorteile:
Unity is a very versatile game engine supporting multiple platforms such as PC, console or mobile. It comes with amazing cross-platform support, so developers don't have to worry about constraints brought through different platforms. It has a large asset store with thousands of community provided tools to enable developers to focus on the core aspects of the games.
Nachteile:
Although Unity has been a wonderful gift to the world of game development, it comes with its own set of drawbacks. It might not be the best option for producing high graphic quality games with the best of the visuals, and engines like the Unreal Engine have an edge over Unity. The cost of Unity's licence might be a problem for a lot of professional developers, as the features provided by the free version might not be enough, and it comes with a monthly subscription fee.
Utilidad de Unity
Kommentare: In general terms I think is very good, it has not given me any difficulty in using it.
Vorteile:
Unity is a software designed for the creation of video games and to tell the truth it is not the only one, but with the advantages that Unity offers, there is no need to look for another one for these purposes. It is easy to use and you learn quickly how it works, it allows you to design quality environments, its platform is compatible with Microsoft, Mac, Linux, and others, you can also publish your games wherever you want.
Nachteile:
The downsides can be few for Unity, the most notable being that after it becomes a lucrative medium for you a license change is necessary, but this only happens when you start making a lot of money with the app
User-friendly Platform for beginners and experts
Kommentare: Is very complete platform to start making projects as professional developer.
Vorteile:
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.
Nachteile:
When i use Unity in my old PC it crashes and take more time.