Is there a way to unlinkWithMesh a GUI Rectangle?

One would be to dispose of the Rectangle and create a new one but this is not very convenient.

Thanks :wink:

did you try linkWithMesh(null) ?

1 Like

Nope I did try linkedMesh = null; but the value is readonly.

Works great!

1 Like