Search Unity

Walking on rope mechanices

Discussion in 'Physics' started by uzet1, Dec 3, 2017.

  1. uzet1

    uzet1

    Joined:
    May 7, 2017
    Posts:
    18
    Hi,
    I want to start working on a game where a figure is walking on a rope while balancing,
    How would you tackle this ?
    Where can I read about the physics of balancing a figure?
    Any direction will be helpful ,TNX
     
  2. BoogieD

    BoogieD

    Joined:
    Jun 8, 2016
    Posts:
    236
    Tight rope or slack rope? A tight rope has little or no reaction to the walkers movement. Once walking on the rope your walking side direction input could just change the rigidbody.centerOfMass so it becomes heavier on one side or the other. A slack rope is quite a bit more involved.