NokFrt Posted January 9, 2014 Share Posted January 9, 2014 Is there a tool which shows me what resources (canvases, images) I allocated dynamically in my game and what are values of their properties? Quote Link to comment Share on other sites More sharing options...
Gio Posted January 9, 2014 Share Posted January 9, 2014 Yes, you can use Chrome for that. Open your game's page, hit F12 (or Ctl+Shift+I) to open the Dev tools, then look into the Resources tab. Quote Link to comment Share on other sites More sharing options...
NokFrt Posted January 9, 2014 Author Share Posted January 9, 2014 Yes, you can use Chrome for that. Open your game's page, hit F12 (or Ctl+Shift+I) to open the Dev tools, then look into the Resources tab. Thanks, unfortunatelly this works only for images, not canvases. Quote Link to comment Share on other sites More sharing options...
rich Posted January 9, 2014 Share Posted January 9, 2014 I would suggest installing the WebGL Inspector. It will allow you to visually pause / inspect any webgl context (which includes canvas of course), snapshot it, all kinds of neat stuff. Quote Link to comment Share on other sites More sharing options...
tackle Posted January 10, 2014 Share Posted January 10, 2014 I would suggest installing the WebGL Inspector. It will allow you to visually pause / inspect any webgl context (which includes canvas of course), snapshot it, all kinds of neat stuff. Rich is it this one you're refering to: https://chrome.google.com/webstore/detail/webgl-inspector/ogkcjmbhnfmlnielkjhedpcjomeaghda ? Quote Link to comment Share on other sites More sharing options...
rich Posted January 11, 2014 Share Posted January 11, 2014 Yeah 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.