Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Blender vs. Unity [closed]

I want to make a 3D game, preferably one that can be played in a browser. Some people say blender, some say unity. What are the pros and cons of each?

like image 552
John Avatar asked Oct 07 '10 23:10

John


People also ask

Is Blender better than Unity?

When assessing the two solutions, reviewers found Unity easier to use. However, Blender is easier to set up and administer. Reviewers also preferred doing business with Blender overall.

Is Blender good for Unity?

An extremely popular open-source tool, Blender is used for 3D modeling, animation, rendering, sculpting, visual effects, and more. Being so popular, Blender files are commonly used for game creation, and this is why some find it useful to exchange files from this platform into Unity.

Is Unity and Blender the same?

Unity provides custom-based pricing. Blender provides custom-based pricing. In our general overview, we would say that Unity is a game development platform to create both 3D and 2D games, experiences, models and designs. Both indie games and businesses can utilize the popular platform.

Which is easier to learn Unity or Blender?

Which is easier to learn for beginners, Unity or Blender? Regarding game development, I would say Unity as it has more features and that is it's primary aim. If you want to do 3D modelling/animation, Blender.


1 Answers

Blender and Unity are not the same things.

Unity is a game engine, which means that its purpose is to create games, and you can program in it using C# or JavaScript. But you cannot make 3d models in it.

While Blender is a program for modelling mainly. You can create applications or games in it but it is not the program's main purpose.

For Unity, you can create 3D models/animations, and import them but I am not sure if it's compatible with Blender but, it is compatible with Maya.

I would recommend Unity more for making a Game because it also has web support, but it requires installing a plugin.

On the Unity Website you can find documentation and examples to help you get started.

like image 146
mklfarha Avatar answered Sep 22 '22 15:09

mklfarha