Playmaker Forum

PlayMaker News => General Discussion => Topic started by: Maliak37 on June 10, 2019, 05:52:35 AM

Title: Animation enters debug mode while debugging is disabled
Post by: Maliak37 on June 10, 2019, 05:52:35 AM
Hello, I am trying to run my animation, but the Playmaker enters the debug mode.  Help please, I need to exit the debug mode (if that is what is causing the animation to pause).
I have deactivated the debug and the pause button doesn't solve the issue.
Title: Re: Animation enters debug mode while debugging is disabled
Post by: djaydino on June 10, 2019, 08:12:54 AM
Hi.
My 1st guess would be that you have a loop issue.
look in the console if you get any errors or warnings.

PlayMaker will also pause if some error occurs.

Try Adding a next frame event in walk/idle state.
Title: Re: Animation enters debug mode while debugging is disabled
Post by: Maliak37 on June 12, 2019, 06:31:47 AM
Hi.
My 1st guess would be that you have a loop issue.
look in the console if you get any errors or warnings.

PlayMaker will also pause if some error occurs.

Try Adding a next frame event in walk/idle state.

Thank you, there were no errors or warnings. It must have been the loop issue as you mentioned because it finally got to run after making some modifications to the program.