Hi
I'm modifying the terrain programmatically by raising it 0.1m per second at any point my character controller is standing, and as expected, it falls through. I've been looking at the CharacterMotor script to look for a place I can modify it to accommodate the change, but I'm not having any success. Ideally the character controller should rise with the terrain, like it would with a platform. Can anyone suggest a way to achieve this?
Thanks