void Start()
 {
     rb        = GetComponent <Rigidbody> ();
     attractor = FauxGravityAttractorTest.instance;
 }
 void Awake()
 {
     instance = this;
     col      = GetComponent <SphereCollider> ();
 }