ECSLineRenderer icon indicating copy to clipboard operation
ECSLineRenderer copied to clipboard

RenderMesh never updates again after first migration from LineStyle

Open 5argon opened this issue 5 years ago • 1 comments

LineStyle SCD provide a way to give RenderMesh the material you want to use but currently if you update the material in LineStyle to a new one, it would never be updated to RenderMesh again.

5argon avatar Jan 06 '20 09:01 5argon

I've made a sketch for a system to deal with this LineStyleUpdateSystem (part of this PR)

It's under-optimal (high-cpu usage), so I made it execute from manual ticks only for now. Hope someone will have an idea for how to improve it

andrew-raphael-lukasik avatar Aug 01 '20 18:08 andrew-raphael-lukasik