Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is it able to move softbody with script?
#3
(23-09-2019, 12:44 AM)tegleg Wrote: like this


Code:
        GetComponent<ObiActor>().AddForce(accelerationScale * direction, ForceMode.Acceleration);
have a look at AddRandomVelocity.cs used in the ball pool demo

and how do I set an obi actor by transform position?
Reply


Messages In This Thread
RE: Is it able to move softbody with script? - by manurocker95 - 12-11-2019, 04:11 PM