- Home /
Question by
AhsanAshraf · Mar 19, 2017 at 08:36 AM ·
input setting
keyboard input is not working
I'm working on a tutorial 'Roll a Ball' my script code is exactly same matches with the tutorial. There is no mistake in my code, i also create a public variable 'speed' and i set its value to 10 in inspector but when i on my play mode input buttons given by input manager not works nothing in happen it seems that keyboard is not attached with my game i also checked my input manager the type which is 'Key or Mouse Buttons' now what should i do? I'm using unity 5.5.2
Comment
you can either set break points where the code for input would be executed or put Debug.Logs there. other than that, without any more info one cannot really help.
Your answer
