1. Is there anyway to disable all collisions? I've been able to manipulate the player movement, but can't find a way to make him noCollide, does anyone have a method for that already?
     
  2. Put their collider(s) on a different layer. NoBuild is the easiest choice (layer 12). This doesn't collide with anything (although will make the player act like a nobuild zone :p)
     
  3. You can't disable player collision.
     
    Last edited by a moderator: Mar 4, 2016