I’m trying to create a collision sphere in a level that the player collides with but will slip off of if they jump on top of it.
I have tried setting a physical material that has 0 friction and overrides the “friction combine mode” to use the minimum friction but the player can still stand on it.
Any idea how I should approach this?