Self-serve ads are available again! Check out our new advertising page here.
Not even close.Some of the biggest games of 2020 were made in Unity.
>>804021
>>804025No they weren't.
>>804035Genshin Impact and Fall Guys are both Unity and both pulled big numbers.Valheim is Unity and already turning a lot of heads in early access.
>>804048>Valheim is Unity Thought for sure it would've been a custom engine given the autismo levels of the devs
unreal definitely seems to progress MUCH faster than unityi don't even know what the fuck unity devs are working on all day
>>804070They get enough income from all the BBB devs they don't give a shit. There is so many of those "insert retarded shit simulator" games these days. And they seem to be making money too. Idk who buys that crap.
>>804070UE4 is too bloated to use. It's IDE is terrible for coding.
>>804072you call it bloat, i call it features
>>804058You think 4 guys have so much time to build their engine from the ground? i also heard that 75% of the game was made by one guy.
Brackeys was an equivalent of a Blender Guru. Looking at their community you can see similarities where a bunch of young hobbyists are jumping on bandwagons and working on meme mechanics from popular youtube tutorials. Just like with a donut and anvil, every other Unity project now consists of a procedural walking animation or a grapple hook movement.
>>804025The comparison is in the wider userbase, and I think the comparison is pretty fair, as a user of both. Lots of my public videos/posts have a notable amount of kids asking for tutorials on how I achieved my results, or asking for me to release free assets or code samples, and I'm not even particularly popular by any metric.
>>804048Ahahahaha no real devs use unity, only baby indie devs
>>804838Very good shitpost anon, don't give up, you're almost there.
>>804838>>804021>>804035>>804048you aint seen nothing yetits winning now, itll win even more when the engine overhaul is completehttps://youtu.be/kUdHg6GRS24the new ui, animation, audio, rendering pipeline tools, scripting api are very cool.unity is transitioning from obese neckbeard yandere dev to cute anime girl
>>805067pic related
>>804070(you) >>805067
>>804021>Unity tardsmore like unity turds, amirite
>>805067the new rendering pipeline work has been in development for years and is still full of bugs and barely documented. Worse yet, they have been refusing to fix regression bugs in the old render pipeline because it is obsolete. I wouldn't be one bit surprised if DOTS goes down the exact same rabbithole.Every nontrivial unity project I've worked on has been a painful process of finding and working around corner case bugs in the builtin systems.
>>805088Yes, but that won't always be the case. In a years time, it'll be bug free and feature complete. And unreal still doesn't have any mutlithreading support to speak of
>>805220You are far more optimistic than I. Let's hope you're right.
>>805261its buildable now with the new systems, after gi support was added. only bugs are editor only
>>805343Just the other day I ran into shadow pass rendering bugs in URP when using multiple terrain objects and instancing enabled. After googling, found it was a known issue for over a year, marked as "fixed" in bug tracker, and still not fixed in latest release. Pretty prototypical of my experience with Unity as a whole really.
>>805344pic? i use urp and haven't encountered any issues. hdrp had pretty significant issues in the past, but i haven't encountered any in the past couple monthsstill infinitely better than unreal which doesn't have any low end platform support, and is practically non existent on mobile and web
>>805344unity went public recently so they're incredibly focused on adding new marquee features to attract animation use or visdev and architecture attention. I think in a few years it'll all stabilise out to being good but yeah it'll be how it is in the short term.
>>804021Yes, I tried to make something with Unity, let me tell you its a complete clusterfuck, stupid errors, a feature doesn't mean it works with other features, 'Prefabs' got completely trashed, the latest updates after 2018(?) or so were mainly graphics related, it has shitty PhysX, if physics objects travel 20m/s then they fly through every collision, many 'game devs' say that they made this but in reality they copypasted meme C# and bought assets from the asset store, you can't make 'complex' animations in Unity it just looks shitty, bakes realtime shadows even if its disabled, many problems with FBX and OBJ files and many more but my brain probably doesn't want to think about it anymore, but its like Gaben said as his company created the Orange Box(?) for the PS3:"It's a waste of everyones time", Unreal Engine isn't better it's also shitty but it got C++ which everyone should learn again, every studio should start to make their own engine in C++ its far more optimized but time costs are high and big money is todays only reason to make a game, it just needs DLCs, Season Pass and whatever the fuckTL:DR Unity is shitty, code your own engine in C++.
>>805362>its a complete clusterfuck, stupid errors, a feature doesn't mean it works with other features, 'Prefabs' got completely trashed, the latest updates after 2018(?) or so were mainly graphics relatedsounds like cope for being a retard>C++ its far more optimizedyour code is translated 1:1 to C++ in build. C++ offers no advantages or features over C# at the expense of waiting 8 hours to compile engine changes vs it being instant>it has shitty PhysX, if physics objects travel 20m/s then they fly through every collisionthis is not a thing, and good luck making your own physics engine>you can't make 'complex' animations in Unity it just looks shittythey added inverse ik and constraints recently. but its a game engine, and you should use blender. good luck making animations in imgui in your crappy engine>bakes realtime shadowsthat has never been a thing