Bounce not working when Velocity is below 1f , what could it be?
Hi all, Third post this week because you guys have been so helpful. So, I'm making a 2D top down game, created most of everything within the game, but now I wanted to add some physics, found out about Physic Material 2D, which seems perfect. I tried adding, and after having to tweek some of my code, got it to work, but for some reason, it only works if my Velocity is over 1f, otherwise there is no bounce, I checked my code if there was anything interfering, but not from what I can see, nothing in my code is detecting for Velocity being at 1f, above, or below to alter anything, I've tried tweeking mass, but didn't change the bounce not working below 1f. Any ideas? Many thanks
No one knows? The only thing I can think to try is increase everything in size by 10x or more so that the smallest value of speed is not below 1f, is there no other way though?