I have question that how long does it take to learn Games developing/programming/designing.
Someone please help me to fix this problem.
I have question that how long does it take to learn Games developing/programming/designing.
Someone please help me to fix this problem.
Hello @Sabeen_Moin,
Fairly open ended question⌠arenât we as human beings in a constant state of learning? 
Regarding your error, not all of your scenes are in your Build Settings, add the ones that are missing, specifically the Start scene and that error will go away.
Hi @Sabeen_Moin,
If you look very closely at the error at the bottom of your screenshot it says 'Start â - note that there is a space before the final quote;

So, whilst you have the âStartâ scene in your build settings, you are referencing a scene called 'Start â in code.
Have a look at the OnClick button event and in the parameter field where you have typed âStartâ there will invariably be a space on the end of that text (although you wonât be able to see it unless you select everything in that field).
Hope this helps.
Thank you!
. I fixed it!
You are more than welcome @Sabeen_Moin, glad you can move forwards again 