Maximum call stack size exceeded

My game is crashing and I see in the console there is a maximum call stack size exceeded error. It doesn’t let me even open the editor to find the problem.

1 Like

You have a behavior that causes an infinite loop of logic in your game.

2 Likes

Click this new link & remove that behavior and it should work again.

1 Like