Is there a built-in way to figure out how hard a collision was? I'm about to resort to tracking last velocity and comparing it to current velocity after a collision. It'll work I'm sure, just feels hacky.
For the sake of not creating an XY problem, I'm trying to apply damage to my spaceship based on how hard an asteroid hits it.