Join our Discord Channel
Quote from: wuannetraam on May 13, 2020, 02:43:26 PMThanks I have changed it to Velocity. I was already looking at "clamp" but I don't get what i actually have to clamp and how I assign it to the movement.Im using a rigid body. I know i can clamp for example a float value. but I dont get where I need to put the clamped float. Do i need to add that to a new action?Hey MaartenWhat speed do you want to limit exactly?I'm unsure about what you mean, the max speed the character moves at is determined by the two multipliers in the starting state and thus should never exceed that speed.Or do you mean the speed at which the character is accelerating?
Thanks I have changed it to Velocity. I was already looking at "clamp" but I don't get what i actually have to clamp and how I assign it to the movement.Im using a rigid body. I know i can clamp for example a float value. but I dont get where I need to put the clamped float. Do i need to add that to a new action?