Having Problems With Bounce Physics Material
So this question has been posted before but from the ones i've seen most people don't seem to have difinitive answer, because of course, all contexts are different.
With my case the bounce physics material is attached to an object which has both a boxcollider2D and a Rigidbody2D and is intended to work as a jump pad. When my bounciness value is equal to, or more than 1, then my player will bounce once to the desired height and on the second jump will pretty much double in height and velocity. The common solution is to set collision type to continuous which I have already done but to no avail. I have set my bounciness value to a number close to but less than one but that doesn't give the desired jump height which makes having the material useless.
Is there a way in 2020 I can use a physics material bounce to create a jumppad or am I wasting my time?
Also if anyone has a clear and concise tutorial on how to make 2D jump pads I would be incredibly greatful.
p.s. I am also new to Unity and scripting hence why that wasnt my first option.
Your answer
Follow this Question
Related Questions
Confusing Interactions Between 2D Colliders 0 Answers
how to make my 2d top down character face the direction of the cursor 1 Answer
How do I create a 2D movement script that will cause prefabs to drift around the screen? 0 Answers
How would I go around making a gravity gun type system in 2D? 0 Answers
Moving large objects through portals 2D 0 Answers