MultiMesh with different material per instance?

:bust_in_silhouette: Reply From: Galmiza

You can’t use several materials because the instances will be rendered in a single draw call.
But you can use a single material that depends on the custom data of each instance.

void set_instance_custom_data ( int instance, Color custom_data )