public static void Draw(Unity.Mathematics.AABB bounds, Color32 color) { Draw(new Bounds(bounds.Center, bounds.Extents * 2), color); }