• NekuSoulA
    link
    fedilink
    220 days ago

    Considering that DOTS is allegedly at least partially to blame for the disaster that is Cities: Skylines 2 (Source), I’m almost tempted to say that’s a good thing.

    While the licensing changes were the last straw, I was always annoyed with the direction Unity was going, which was grafting a bunch of unfinished, barely documented features onto the engine, putting the stuff it’s supposed to replace on life support and never actually finishing those features for years.

    • @Daxtron2@startrek.website
      link
      fedilink
      6
      edit-2
      20 days ago

      Sure anything can be a performance drain if the devs implement it poorly. It seems like it came down to a poor implementation of culling causing waay too many verts being sent to GPU.

      • NekuSoulA
        link
        fedilink
        320 days ago

        Yes, there were lots of other issues, but what I’m mostly referring to was that many of these broken systems wouldn’t have to be built if stuff like DOTS and virtual texturing wasn’t unfinished:

        And the reason why the game has its own culling implementation instead of using Unity’s built in solution (which should at least in theory be much more advanced) is because Colossal Order had to implement quite a lot of the graphics side themselves because Unity’s integration between DOTS and HDRP is still very much a work in progress and arguably unsuitable for most actual games. Similarly Unity’s virtual texturing solution remains eternally in beta, so CO had to implement their own solution for that too, which still has some teething issues.