Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Move Softbody to position
#2
(20-04-2022, 06:28 PM)Cysar Wrote: Hello,
how can I move the position of the softbody to the red ball and let them follow when I move the red ball?
I have checked this website (Obi Physics for Unity - Scripting Particles) but its not helping me Triste 
[Image: 77af2d89d0921af3b33f2415eb5e7232.gif]

Hi,

The red ball seems to be just a transform, no physics affecting it. It’s not clear to me what you goal is: should the softbody simply spawn at the red ball’s position and then follow physics (fall due to gravity, collide with floor etc) or be forced to be at the red ball position every frame? (that would effectively prevent any softbody simulation)

If you’ve tried scripting particles to do this, what have you tried so far? Could you share the code you’re currently using?
Reply


Messages In This Thread
Move Softbody to position - by Cysar - 20-04-2022, 06:28 PM
RE: Move Softbody to position - by josemendez - 20-04-2022, 06:37 PM
RE: Move Softbody to position - by Cysar - 20-04-2022, 07:10 PM
RE: Move Softbody to position - by josemendez - 21-04-2022, 10:40 AM
RE: Move Softbody to position - by Cysar - 21-04-2022, 11:36 AM
RE: Move Softbody to position - by josemendez - 21-04-2022, 12:09 PM
RE: Move Softbody to position - by Cysar - 21-04-2022, 02:21 PM
RE: Move Softbody to position - by josemendez - 21-04-2022, 02:41 PM
RE: Move Softbody to position - by Cysar - 21-04-2022, 02:51 PM