Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Cool game! How long have you been using unreal? is it difficult to learn?

(+1)

I've been using Unreal for a year or so. If you already know Unity or any other game engine, you are halfway there this is a very good documentation https://dev.epicgames.com/documentation/en-us/unreal-engine/unreal-engine-for-un.... The concepts are very similar, and coding with Blueprints is not that hard. The challenge for me was to learn C++ from scratch, it is more different from C# than I expected.

What about the compiling, in unreal restarting the editor everytime. And I heard Unity can have really long compile times

Unreal editor can recompile without closing it, but if the change is big, it's better to close the editor and recompile the game. 
Unity can have long compiling times, but I haven't experienced in the time that I used it