Hello everyone! Right now, I feel relief by finding an error that broke my entire Boss Fight System in my project. A damn "Wait for 0.3 seconds" line stopped everything working, and I spent almost one day trying to find what broke my system. I've checked every line on every change that I made, and finally found the problem.
Basically, the wait line on the music system just stops everything else to be executed. I solved te problem by just taking the entire music system to a diferent trigger, and then, ordering its execution in parallel (It was working in sequence). After that, I've noted that this was a trainee error, putting every system inside the main system, but, this problem almost made me crazy.
I could lost almost 3 days of work, because on my daily backups, only the one three days ago, the system worked fine. How do you deal with this kind of problem, to not drive you crazy? It was just A line, just ONE line, that made that mess haha!
Basically, the wait line on the music system just stops everything else to be executed. I solved te problem by just taking the entire music system to a diferent trigger, and then, ordering its execution in parallel (It was working in sequence). After that, I've noted that this was a trainee error, putting every system inside the main system, but, this problem almost made me crazy.
I could lost almost 3 days of work, because on my daily backups, only the one three days ago, the system worked fine. How do you deal with this kind of problem, to not drive you crazy? It was just A line, just ONE line, that made that mess haha!