i am in the fifth step of the space shooter tutorial, i am not able to move the player even though the code is correctly written.
I thinkMonoBehavior.rigidbody
has been depreciated.
Try using GetComponent< RigidBody >()
instead.
i am in the fifth step of the space shooter tutorial, i am not able to move the player even though the code is correctly written.
I thinkMonoBehavior.rigidbody
has been depreciated.
Try using GetComponent< RigidBody >()
instead.