Face Palm! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Face Palm!

What is worse than writing a code and getting errors? well, that is easy. "Debugging" for an hour, writing and rewriting the code you wrote finding no reason it isn't working. having the console give you no error messages. yet it isn't doing what it is suppose to... Then you realise, your code is fine. You forgot to attach the script to something in your scene! #unityStruggles

13th May 2017, 8:13 PM
LordHill
LordHill - avatar
5 Answers
+ 19
When you see the blank console, you already know that the bug will get all your free time for the most stupid error. I have a rule: "The bug is always the most simple thing to solve" Life is a bug in overflow, solidarity for you @Kyle! =^=
13th May 2017, 8:24 PM
Maz
Maz - avatar
+ 9
😂😂😂 thanks for sharing 👍 I know the struggle.
13th May 2017, 8:24 PM
Mario L.
Mario L. - avatar
+ 7
Glad I'm not the only one lol. I am sure it will be a problem I have many times. I just hope I figure it out a bit sooner next time. especially before I rewrite my code a few times. Live and Learn!
13th May 2017, 8:32 PM
LordHill
LordHill - avatar
+ 5
Always the forgotten semicolon...
13th May 2017, 8:34 PM
Maart
Maart - avatar
+ 5
I forget my share of those. I often don't put enough ) when things get stacked. But those are generally easy to find. They come with error messages lol. not putting your script in your scene says nothing, does nothing. Just doesn't work lol.
13th May 2017, 8:36 PM
LordHill
LordHill - avatar