PlaceholderGames / 2022-yr2-team-notmyjob

Second CS2S561 Game
0 stars 0 forks source link

Updated GrabItem.cs #40

Closed Bitheral closed 2 years ago

Bitheral commented 2 years ago

Fixed the main issue of grabbed objects phasing with static objects, with help of https://www.youtube.com/watch?v=zgCV26yFAiU - This video uses a rigidbody velocity to help the grabbed object collide with other gameobjects.