Olezen / UnitySourceMovement

Source engine-like movement in Unity, based on Fragsurf by cr4yz (Jake E.).
MIT License
313 stars 46 forks source link

Trouble with surfing #10

Open JTraceur opened 4 years ago

JTraceur commented 4 years ago

Hello, I've set up my unity scene so I can jump strafe around, but I created a surfing platform, and it doesn't seem to work the same as source engine. When I surf down a block and try to go back up, the player slips and doesn't get momentum to go up the surfplatform. I did modified the setting a lot, but i also tried it using vanilla settings on a fresh project, yielding similar results.

I'm sorry if this isn't the place to ask for help, but IDK where else to ask. I think it has something to do with friction, but applying a PhsycisMaterial with 0 friction (to the surf platform) makes it worse.