Search Unity

set the object to not move on the touch

Discussion in 'Editor & General Support' started by ituraspe, Apr 24, 2019.

  1. ituraspe

    ituraspe

    Joined:
    Jan 1, 2019
    Posts:
    27
    Hi, for example I have ball, and object A, object A have gravity 0, and mass 200, ball mass is about 0,0001 but when ball hit object A, A still moved, how to stand on the spot (object A) after the strike with ball.
     
  2. Vryken

    Vryken

    Joined:
    Jan 23, 2018
    Posts:
    2,106
    If objectA is not supposed to move whatsoever, set its Rigidbody to static.
     
    ituraspe likes this.