Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411483 Posts in 69370 Topics- by 58427 Members - Latest Member: shelton786

April 24, 2024, 02:42:26 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperTechnical (Moderator: ThemsAllTook)Which is better game engine to start learn for beginner?
Pages: [1]
Print
Author Topic: Which is better game engine to start learn for beginner?  (Read 2527 times)
VladimirO
TIGBaby
*


View Profile
« on: June 19, 2022, 02:46:13 AM »

Help pls to choose between unity or unreal engine for start. Also if you know free learning resources like this [removed], you can also recommend them. Thanks in advance!
« Last Edit: June 19, 2022, 05:53:19 AM by ThemsAllTook » Logged
DarkGran
Level 1
*



View Profile WWW
« Reply #1 on: June 19, 2022, 03:33:36 AM »

Unreal is pretty heavy and it requires lots of work to make it worth using (for example, if you dont have high-poly models, you probably don't need such an engine, simply said).
This is why most indie games here are made in Unity.

But I want to mention Godot. It's basically Unity, except it's OpenSource and therefore totally free with all its features. It's lightweight (10 times lighter than Unity), it's modern, and very easy to use.

The downside of Godot is that while Unity (made in C++) uses C# for coding, Godot (also made in C++) uses it's own GDScript, with its own pros and cons (actually you can use C# in Godot too, but from what I've read it's not as performant). This means that if you choose Godot, as a beginner, you will be learning GDScript, which cannot be used anywhere else but in Godot (unlike C#), general programming logic aside of course. GDScript is very similar to Python, however it is not Python (many keywords are different).

(Note: because Godot is OpenSource, you can actually rewrite and recompile the engine/IDE itself in any way you please (= absolute control), but you need to know C++ for that)


Sidenote on business vs games:
If games are just a way for you to learn programming and you are thinking of doing business projects afterwards, you don't want to learn a language thats specific to an engine. Hell, you don't even want to learn the engine with an editor - for maximum understanding, you want to work with classic languages (C#, Java) in classic IDEs (Visual Studio, IntelliJ), using frameworks that take care of either rendering or physics or both (eg. LibGDX framework for OpenGL rendering with Box2D for physics) instead of "full-blown engines".

However if you just want to make (indie) games, I'm pretty sure the future is in the "engines with 2D/3D editors", be it Godot or Unity or something else. You still learn programming logic plus the editor makes level-design and other tedious things a piece of cake. .)
« Last Edit: December 28, 2022, 06:52:18 AM by DarkGran » Logged
Pages: [1]
Print
Jump to:  

Theme orange-lt created by panic