Search Unity

Preventing object from bouncing, rotating on collision.

Discussion in 'Physics' started by oen432, Apr 24, 2015.

  1. oen432

    oen432

    Joined:
    Apr 24, 2015
    Posts:
    40
    Hello,

    How can i prevent object from bouncing off or rotating on collision?
    Here is video that shows my problem.
     
  2. waythewanderer

    waythewanderer

    Joined:
    Apr 6, 2015
    Posts:
    92
    To prevent it from rotating, check the Freeze Rotation on the axes you want, as long as you have Rigidbody attached.
     
  3. oen432

    oen432

    Joined:
    Apr 24, 2015
    Posts:
    40
    Solved other way. Insted of using Collision, used Trigger.