Hello everyone,
During the development of my game, I became curious about linking the capsule component’s scale with the maximum walk speed. Is there a method to dynamically adjust the scale of the capsule component in tandem with changes to the maximum walk speed? For instance, if I wish to double the size of the actor, I will need the scale to also double, while simultaneously doubling the maximum walk speed. Additionally, I’d like to establish default values, such as setting the scales to 1.0-1.0-1.0 and the default maximum walk speed to 100. This way, any adjustments made would be relative to these default values.