ok so im following the roll a ball Tutorial and everything is so easy but
when i got to the move the player section the scripts he wrote didnt work for me the console in unity told me that the script is unknow i copied exactly what the Tutorial said i over looked the Tutorial so many times and i cant find anything i did wrong here is the script im suing c#
rigidbody.AddForce(movement);
the console tries to correct the rigidbody to Rigidbody and when it does other errors occurs
also here what the console is telling me
Assets/scripts/controlermode.cs(13,25): error CS1525: Unexpected symbol `rigidbody’