AN error displayed for me

Hello, I’m beginner in game programing so each time when i make acode for the walk this error displayed to me "NullReferenceException: Object reference not set to an instance of an object
Walk.Start () "
Can You Help Me? "The Editor Is The Newest One
And Sorry For My English

The answer is always the same… ALWAYS!

How to fix a NullReferenceException error

Three steps to success:

  • Identify what is null ← any other action taken before this step is WASTED TIME
  • Identify why it is null
  • Fix that

NullReference is the single most common error while programming. Fixing it is always the same.

Some notes on how to fix a NullReferenceException error in Unity3D:

http://plbm.com/?p=221

Thanks, I’m very Thankful