- Home /
Question by
Vasov97 · Mar 18, 2020 at 07:53 PM ·
gameobjectrigidbodyvelocityfalling
How to make gameobjects fall down faster with each update ?
It is a simple 2d catch game,I want that gameobjects speed is slowly increasing while in game(with each frame)
Comment
Answer by logicandchaos · Mar 18, 2020 at 09:11 PM
well you should have them falling using rigidbody and addforce or setting the velocity, make the amount you add a variable and increase that variable over time.
Your answer
Follow this Question
Related Questions
rigidbody.velocity not working on x axis 2 Answers
How to make a gamebject wiggle slowly as it moves forward ? 1 Answer
How can I increase or decrease a position based on another variable ? 1 Answer
Rigidbody y velocity is stuck on 0, gravity is not turned off. 2 Answers
C # Applying Velocity to Rigidbody 1 Answer