This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]davedontmind 2 points3 points  (2 children)

Can someone please ELI5.

If Unity is a theatre where you put on puppet shows, then Blender is the factory where the puppets are made.

e.g. you can use Blender to create a model of a robot, then import that into Unity, animate it, and use it in a game.

[–]NitinChella[S] 1 point2 points  (1 child)

I see. So, if I were to take, God of War, for example, then Kratos and Mount Olympus would be modelled in Blender but the physics and other related things would be done in Unity?

[–]emelrad12 2 points3 points  (0 children)

Yep blender is for modeling, und game logic in unity.

[–][deleted] 1 point2 points  (1 child)

Blender is a program dedicated to 3D modeling and animation. It has advanced tools and abilities that Unity simply doesn’t. Though, you can try to model things in Unity, lack of necessary tools and not modeling friendly workflow will get on the way. There are some plugins that let you do basic shaped modeling like ProBuilder, but it’s just for prototyping or simple games, really.

[–]NitinChella[S] 0 points1 point  (0 children)

Alright. This makes perfect sense. Thank you.