+ 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
5 Réponses
+ 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! =^=
+ 9
😂😂😂 thanks for sharing 👍 I know the struggle.
+ 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!
+ 5
Always the forgotten semicolon...
+ 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.