Search Unity

ECS questions

Discussion in 'Entity Component System' started by XazeRekt, Jul 19, 2018.

  1. XazeRekt

    XazeRekt

    Joined:
    Aug 21, 2016
    Posts:
    19
    Hello guys, I have some questions for you.

    1. Should I already switch my project to hybrid ECS?
    2. Is pure ECS faster than hybrid ECS?
    3. Is pure ECS already usable ( I saw a video in which someone said that it's quite hard to make physics and animator work in pure ECS) ?
     
  2. dgoyette

    dgoyette

    Joined:
    Jul 1, 2016
    Posts:
    4,195
    XazeRekt and xVergilx like this.
  3. xVergilx

    xVergilx

    Joined:
    Dec 22, 2014
    Posts:
    3,296
    1. Depends if you really need that performance boost.
    If it's a commercial project which ETA of publishing is closer than 2-5 years - don't.
    You'll probably get screwed by "experimental" stuff.
    2. Yes.
    3. Partially, it lacks lots of glue and modular stuff. You've mentioned some of it already. For physics you've got RaycastCommands, but that's it. (If nothing has changed since the last time I check it)

    It's hobbyist viable I'd say. But it's reaaaaly far from complete ECS.
    I'd rather wait a bit.

    Let it bake, and then hop the train to the finished solution, instead of getting butt-pain riding a half dead horse. But hey, it's half alive as well, right?

    Okay I should stop with the unfunny puns. Go check the forums mentioned above already.
     
    Last edited: Jul 20, 2018
    XazeRekt likes this.
  4. hippocoder

    hippocoder

    Digital Ape

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    Moved to ECS forum.
     
    XazeRekt likes this.