Ruslan Baynazarov

Results 1 issues of Ruslan Baynazarov

Calling `collider.set_scale(...)` after initialization does not affect collision queries like `spatial_query.point_intersections`, even though debug-rendered gizmos reflect the updated scale. ```rust // 1. Spawn a circle collider with default size commands.spawn(Collider::circle(1.0));...