How to identify hitches during playtime?

Hard to say without seeing the code, but I would start commenting out suspected trouble making code to try to narrow it down. I don’t know what purpose the loops are serving, but one of NASA’s best practices is to put a maximum number of iterations on loops to exit a loop if it goes infinite. Good luck.

1 Like