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

Just asking for some good sources of information. Any help would be highly appreciated.

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.

That looks very interesting, I’ll have a look.

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

1 Like