Search Unity

Hi Looking for help physX

Discussion in 'Getting Started' started by Reaper3Bot0, Apr 26, 2015.

  1. Reaper3Bot0

    Reaper3Bot0

    Joined:
    Jul 9, 2014
    Posts:
    3
    Can anyone tell me where there might be some info on physX and using it in unity?

    Like how to's? or learning doc's? anything.

    Thanks in the advance.
     
  2. Kiwasi

    Kiwasi

    Joined:
    Dec 5, 2013
    Posts:
    16,860
    Typically you don't explicitly use PhysX. You use rigidbody and collider and OnCollisionXXX. Unity does the PhysX stuff internally.