Hi
I want to achive simple case:
When I press “Spacebar” I want to AddForce to my StaticMesh to achieve the right speed.
My StaticMesh’s mass is 1000kg. I want to achive speed = 300
So to achive this i have to multiply mass (1000) and Acceleration (30000) and (propably) multiply by 60 (frames). But when I do it I don’t get speed = 300. What’s wrong with my math/physics? I also tries addForce in eventThick but still, my speed after one second is about 120, not 300. Linear dumbing is set to 0, gravity is disabled.
What is my final goal? I want to constantly accelerate during one second and after that second got speed = 300
Help