Grid snapping alignment issue - any ideas? (Delivery Driver Unity Tutorial)

Hi,

Check the Inspector of these game objects. Are there rounded position values or something like (9.123, 0.324, 0.0001)? If the latter, the grid snapping often does not work well. In this case, use rounded values such as (9, 0, 0).

Did this fix it?


See also:

2 Likes