Ejemplo n.º 1
0
 void Start()
 {
     rb        = GetComponent <Rigidbody>();
     attractor = FauxGravityAttractor2.instance;
 }
 void Awake()
 {
     instance = this;
     col      = GetComponent <SphereCollider>();
 }