I’m working on a project that requires a lot of performance, so I’m considering trying to re-make it in DOTS.
I have a vague idea on how to do that, except for the material colors that were so easy to set and change in MonoBehavior using renderer.material.color = the_color.
Is there an equally easy way to do it with entities?