why do we have to access a component from our script using GetComponent method ? can we make its object instead?
e.g instead of
Rigidbody rb; rb = Ge