Hi
I have an scenario where I need to create many dimension lines that share same material that can react to my application settings, so I allocate much less resources by having single material for them all
However, I also need to Paint/Wash the lines when hovering or selecting them
Material property is init-only so I need a different material for each object to accomplish that
Could it be possible to make public setter to update material in runtime?
I have an scenario where I need to create many dimension lines that share same material that can react to my application settings, so I allocate much less resources by having single material for them all
However, I also need to Paint/Wash the lines when hovering or selecting them
Material property is init-only so I need a different material for each object to accomplish that
Could it be possible to make public setter to update material in runtime?

