does unity rigidbody have friction?
If the rigidbody has friction, how do I adjust or turn it on?
Answer by Wolfshadow · Aug 22, 2015 at 10:10 PM
The mass slider works as a friction slider. The less mass, the farther an amount of energy will change something.
Answer by Lord_Ford · Aug 23, 2015 at 12:02 AM
You can make a 'Physics material' by right clicking on Assets > Create > Physics material. From there you can alter it as you please.
To assign it, select your game object and assign your new material to the 'Material' section of that game objects 'collider'
Cheers! -PlayWell studios
Your answer
Follow this Question
Related Questions
step 10 space shooter asteroid random rotation not working 4 Answers
Adding Force over network 0 Answers
Moving a rigidbody in local space with transform.TransformPoint has unexpected results. 1 Answer
AddRigidBody Script Error 1 Answer
My players(cubes) passing through the ball and wols but little... Help please :) 0 Answers