Cannot read property 'is parent of undefined at phaser.min.1

What is a good way of going about this error that does not tell me what line the problem is on? Just says Phaser line 1. This is impossible to figure out, and my game is way too big and decided into classes to try and post.

Use the unminified Phaser script.

1 Like

That only tells me the line referenced in Phaser, not my script. It is really annoying and difficult trying to figure out what it doesn’t like. I’ve cut and paste all the preloaded assets and animations from the previous state, and it only seems to happen when I comment out previous levels to work in this current one.

Open the stack trace.

1 Like