Terrible performance in comparison to vanilla Gizmos

Thanks! This worked flawlessly.

Only one issue left, albeit a small one. Unless I explicitly pass the Color argument to the hashDraw.SolidPlane method, even though the entire scope is wrapped with Draw.WithColor, it seems to just use the default white color to draw, almost like the Draw.WithColor doesn’t work when using this Hasher method.

Could you check if you can reproduce this? It works normally if you pass the color as an argument.

1 Like

You need to use the WithColor scope from your builder. So hashDraw.WithColor(...)

1 Like