- Home /
Best way to throw object
Hi guys can You tell me how can I throw a object with physic rules. This is a 2D game so when we throw object it should go UP and X+ or X-. Now I make it by VECTOR lerp and I move object from position to position which one I show by pressing mouse. How can I make that I Show direction by LineRenderer(I have a draw line on KEY PRESS from gameobject to currsor) and object will be thrown on that direction. Meybe RigidBody?
Comment
Your answer
Follow this Question
Related Questions
My rigidbody gets destroyed 2 Answers
How would I make an object disappear after a set amount of time? 3 Answers
A node in a childnode? 1 Answer
Turning an object into a RigidBody and applying a force on it... 2 Answers
Freeze Position problem 1 Answer