ColosisTech Posted December 5, 2018 Share Posted December 5, 2018 Hi all, I am trying to understand how many (and which) gameObjects have been created at any instance in my phaser game. Any help how to do it? Quote Link to comment Share on other sites More sharing options...
ERBarratt Posted December 8, 2018 Share Posted December 8, 2018 console.log(this.children.list); (in a scene) At the end of your create function. ColosisTech 1 Quote Link to comment Share on other sites More sharing options...
ColosisTech Posted December 9, 2018 Author Share Posted December 9, 2018 @ERBarratt Perfect answer, thanks mate! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.