|
|
|
|
|
by haunter
1406 days ago
|
|
imho yes. I work in the industry and it has more depth and more solid. Blueprints are awesome, it's a node based scripting editor which allows visual programming. Unity is nowhere near that https://docs.unrealengine.com/5.0/en-US/blueprints-visual-sc... It's completely possible to build a whole game using nothing but Blueprints. The whole Unreal engine with the editor and such is powerful toolset and you can tell it's an engine geared toward professional game designers and artists, basically whole studios, rather than programmers. Unity is really fun to play with if you are a single indie dev. Also it's much better for mobile development. You can do all with Unreal engine too but it's "meant to be" for FPS/TPS games and anything other than that is not harder just you need to "fight" the engine sometimes. And the Unreal engine is open source. Well it's like open access because there are some very strict rules and limitations around it. But at least it's good for personal use https://www.unrealengine.com/en-US/ue-on-github |
|