|
Post by mmoore on Nov 19, 2017 22:24:36 GMT
I'm following the CCG series, and I'm running into an issue where my OnPerformFatigue method triggers about ~63 times when I dispatch a FatigueAction. All the system unit tests are all green, and I can't seem to find any differences in the code. Is there a common issue that would cause this behavior? I've been scouring my code for about 5 hours now trying to figure it out. All the other actions seem to trigger fine.
Thanks!
|
|
|
Post by mmoore on Nov 26, 2017 21:47:30 GMT
I found the issue. In my FatigueViewer coroutine, I was yielding true instead of null for the tweeners. Whoops!
|
|
|
Post by Admin on Nov 27, 2017 19:30:00 GMT
Good catch, glad you found it.
|
|
|
Post by mmoore on Nov 27, 2017 19:50:19 GMT
Thanks for the awesome series! I really enjoy the architecture that you use for these projects.
|
|
|
Post by Admin on Nov 27, 2017 22:14:32 GMT
You're welcome! Glad you like it.
|
|