0
Answered
Linear guides creates excessive friction
Hello,
I have some problem with conveyor linear guides (see attached file).
Linear guides seems to create some friction on the boxes. Is there a way to set linear guides as 'slippery'?
Customer support service by UserEcho
I think usually you should not use linear guides because physical friction is always a little bit problematic.
You can use your own custom physics material in the collider:
https://docs.unity3d.com/560/Documentation/Manual/class-PhysicMaterial.html
I followed your suggestion, I changed the physics of linear guides.
Now everything is working properly, thanks a lot!