Search Unity

Unity vs Unreal

Discussion in 'General Discussion' started by Stroustrup, Sep 25, 2020.

Thread Status:
Not open for further replies.
  1. Stroustrup

    Stroustrup

    Joined:
    May 18, 2020
    Posts:
    142
    people say that unreal looks better or its what the professionals use, but is there any concrete reason as to why one engine is superior to another?
    is there any graphical feature or tool that makes unreal better?
     
  2. aer0ace

    aer0ace

    Joined:
    May 11, 2012
    Posts:
    1,513
    There isn't just one feature that makes one engine stand out over the other. And those deciding features will be different for each project and development team.
     
  3. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    Unreal has had good post processing by default for a while, and got their graphically superior reputation prior to Unity creating their own post processing package. Unreal has a long history as a go to FPS game engine, which is what it started out as even though it can do more today. Unity has always been a rather general purpose engine, never specializing in any specific game genre. One problem for Unity is it is so easy to put out a low effort project quickly, all the low effort junk out there with the Made With Unity splash screen is a stain on Unity, even though none of that is Unity's fault.

    Unity dominates Unreal in overall marketshare, utterly dominates on mobile, while Unity's biggest weakness to Unreal is in the big budget but not quite AAA space, where Unreal seems to still do better. (The actual AAA space is dominated by in house engines)

    Unity's render pipelines are in flux right now, as Unity is currently going through growing pains with their new SRP system. The legacy "built in" pipeline still works fine if you want to just wait until it all settles like myself.
     
    Rewaken, JoNax97 and aer0ace like this.
  4. Stroustrup

    Stroustrup

    Joined:
    May 18, 2020
    Posts:
    142
    wait, so unity had no post processing before the asset store one?
     
  5. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    The asset store one is the no longer supported v1 of the stack. The one you'd use today is v2 from the package manager (or from github). But correct, prior to the pp v1 asset there was no comprehensive post processing system from Unity. Just a few components you could add to the camera to create individual effects, things like lense flares, and the quality settings did have AA built in. There were some 3rd party assets though.
     
  6. Ryiah

    Ryiah

    Joined:
    Oct 11, 2012
    Posts:
    21,190
    People are constantly spouting nonsense. Go evaluate the engine and form your own opinion.
     
    Charan_PSR, Rewaken, aer0ace and 3 others like this.
  7. Mauri

    Mauri

    Joined:
    Dec 9, 2010
    Posts:
    2,665
    Additional to @Joe-Censored's reply:

    Before the
    Post Processing Stack
    (PPS) got invented, there were so-called
    Image Effects
    that came with the (now defunct)
    Standard Assets
    :
    https://docs.unity3d.com/550/Documentation/Manual/comp-ImageEffects.html

    Whilst every effect is combined within a single script component nowadays, pre-PPS you would have individual Image Effects scripts residing on the main camera.
     
  8. koirat

    koirat

    Joined:
    Jul 7, 2012
    Posts:
    2,073
    It's partially unity3d fault.
    Even the low effort projects in Unreal looked better than Unity3d garbage projects.
    Mainly because of lighting. It was always better in unreal.
     
    Deleted User, Ryiah and Joe-Censored like this.
  9. neginfinity

    neginfinity

    Joined:
    Jan 27, 2013
    Posts:
    13,571
    Neither engine is superiors, as they have bunch of gotchas, both positive and negative ones.

    For example, Unreal has no Mecanim equivalent, which can bit a small studio qutie hard. And programming for it is more difficult.
    Unity is amazing for fast prototyping, but then you always can catch a showstopping bug later.
    Then, unity also has significantly more flexible shader system.

    Either way, just pick your poison and roll with it.
     
  10. snacktime

    snacktime

    Joined:
    Apr 15, 2013
    Posts:
    3,356
    What's better an RV or a house?

    Without appropriate context it's a meaningless question.

    And for games that 'appropriate' context has many facets. It's complex. It's impossible to derive any meaningful answers from your question it's too vague. There are too many details that can vary game to game that would change the answer.

    Narrow it down to a say genre, platform, and major features that might have significant technical impact, and you can start to get answers that are actually worth something.
     
    nxrighthere, aer0ace and Ryiah like this.
  11. ippdev

    ippdev

    Joined:
    Feb 7, 2010
    Posts:
    3,853
    OP can do a search and find enough reading on this in the last year alone to keep him busy for days.
     
    zombiegorilla, SlimeProphet and Ryiah like this.
  12. zombiegorilla

    zombiegorilla

    Moderator

    Joined:
    May 8, 2012
    Posts:
    9,052
    This.

    Gonna close this because it isn't productive, and you can search for prior discussions on the topic both here and on the internets in general. It doesn't need to asked again. Use google. Closed.

    Also, as @Ryiah pointed out, both engines are free to download and use. Try them out. Only you know what is best for you.
     
    Ryiah likes this.
Thread Status:
Not open for further replies.