As the title says, the FrictionCombinePolicy can’t be set with the current API, as well as the RestitutionCombinePolicy. The Collider only Provides “SetFriction”, “SetRestitution” and “SetCollisionResponse”. Those modify the material and all other ways of setting the material seem to be flagged as “internal”.
It would be nice to have a simple method “SetMaterial” which is public, so we can just set whatever we want with all the fields and policies we want (just like in default PhysX where we can assign the material).
Basically just make “SetMaterialField()” public and I’m happy. Thanks. (unless there is another option which I’m missing, then pls tell me)