I will do my best to explain. I am currently in the Junior Programmer pathway and on the part of the lesson where we add Rigidbody to both game objects.
My truck and box both have Rigidbody on, mass both at 1. When the truck runs into the box it like…takes off on a ramp, flips through the air, and falls off the map. This happens even if I take Rigidbody off the box.
If I make the masses so that the truck is around 1000 and the box is 10, the truck goes through it but the box barley moves.
The box is supposed to like get flipped up and over with those settings, like hitting a box in a game
It’s like the box doesn’t want to move.
Added a screenshot to hopefully clarify on what is happening.