Search Unity

[CLOSED] How to Roll a Ball Without It Affecting Physics?

Discussion in 'Physics' started by ChrisIsAwesome, Oct 7, 2017.

  1. ChrisIsAwesome

    ChrisIsAwesome

    Joined:
    Mar 18, 2017
    Posts:
    184
    So I have a ball and I want it to roll, but I don't want it to alter the physics any. I have gravity applied to it, but when I throw the ball and it starts to rotate, it just drops instantly. Any way around this?

    Thanks,

    - Chris
     
  2. Plystire

    Plystire

    Joined:
    Oct 30, 2016
    Posts:
    142
    Uhhhh, how are you "throwing" the ball?
     
  3. ChrisIsAwesome

    ChrisIsAwesome

    Joined:
    Mar 18, 2017
    Posts:
    184
    I use spring joint 2D basically. I can show script if that would help, but I don't think issue is with throwing the ball. The issue is more with how it is being rotated after being thrown.