Search Unity

Where can I learn this exciting new stuff as quickly as possible?

Discussion in 'Entity Component System' started by ICONGAMESOFFICIAL, Jul 31, 2020.

  1. ICONGAMESOFFICIAL

    ICONGAMESOFFICIAL

    Joined:
    Apr 14, 2018
    Posts:
    29
    Just asking for some good sources of information. Any help would be highly appreciated.
     
  2. OndrejP

    OndrejP

    Joined:
    Jul 19, 2017
    Posts:
    304
    There's a repository managed by Unity:
    https://github.com/Unity-Technologies/DOTS-training-samples

    It contains simple MonoBehaviour samples you can implement with ECS. When stuck you can take a look at the forks and see how other people implemented it.

    I've read a lot of articles and information about ECS, but knowledge comes with experience, so I started doing those.
    I'm currently finishing first sample (Ant pheromones) and I've already learned a lot.
     
  3. ICONGAMESOFFICIAL

    ICONGAMESOFFICIAL

    Joined:
    Apr 14, 2018
    Posts:
    29
    That looks very interesting, I'll have a look.
     
    Last edited: Jul 31, 2020
  4. bb8_1

    bb8_1

    Joined:
    Jan 20, 2019
    Posts:
    100
    CodeMonkey, Brian Will, Turbo make games on youtube and many more
    https://gametorrahod.com/tag/unity-ecs/
    but some features explained especially on yt vids might be obsolete since dots evolve fast
    threads here on forum are also full of valuable information
     
    Last edited: Aug 4, 2020
    Opeth001 likes this.