Hello,
I’m new to UE4 but I’m having a hard time with the engine.
I have some programming background (around 15 years studying it) so I started learning the engine with a tutorial I found in UE’s youtube channel called “C++ Battery Collector”. And man… What a hard time I’m having dealing with the engine.
I’m at the tenth video of the tutorial and I already found a lot of bugs, ranging from the editor freezing and crashing to more WTF stuff like the transformation gizmos of some Actors becoming invisible or the blueprint editor not showing the correct datails of a given inherited component, etc.
The first bug I found I posted a report (Inherited ACharacter components fail to refresh in editor - Blueprint - Epic Developer Community Forums) hoping that would be fixed in some near future. Then I googled a bit more just to find other bug reports of this same bug since 2013. Man it is very frustrating. Given the situation I did follow with tutorial and found a lot of other bugs, even more frustrating than the first one.
I have to be honest but I couldn’t figure out that this was the current state of UE4. I can find a lot of good games being developed with UE4 but I really don’t know how they manage the frustration of facing this current instable state of the engine/editor.
I have this project of emulating a MMORPG client in some engine. I first tested Unity3D, but because its script mechanism is based on a very old version of the Mono Project (which uses c# 2.0) and because I have more background with c++ I decided to give UE4 a try. I managed to develop a prototype of my project in Unity without facing even one bug aside from some very few crashes (mainly when I was messing around with some low-level code). Given the situation I’m having deep thoughts to stick with Unity as it seem so much smooth to work with than UE4.
Sorry if I posted in the wrong place (I did it here because the bugs I’m facing seems to be very related with the c++ part of the engine) and sorry the wining too but I would love to know what you guys have to say about it. Are you facing this too? How you manage to handle this situation?