How to move a Spring Joint with a Rigidbody
Hello,
I have a scene where I have attached a Spring Joint 2D to a kinematic Rigidbody 2D. The joint itself is connected with another rigidbody which isn't kinematic. They move simultaniously only on Y axis. My question is - which is the better way to move the object with the Spring Joint - by manipulating its Transform through Update or making the rigidbody not kinematic and setting all its parameters to 0 and then controlling its velocity or position through Fixed Update?
Thank you in advance! :)
Your answer
Follow this Question
Related Questions
How to move a Spring Joint with a Rigidbody 0 Answers
How to make two objects rotate around the axis of one object, when connected to a spring 0 Answers
Adding rotate-to-mouse code causes issues with Relative Joint 1 Answer
Hinje joint doesn't let a skate move freely,Hinje joint doesn't let a car move freely 0 Answers
How to make Spring Joint act like an actual spring? 0 Answers