Debug

NEW GAME MAKER 0.9 FEATURE

This is the first wave of debugging tools in development for Game Maker so you can troubleshoot your logic more efficiently.

Display

  • Display Collision Colliders to avoid weird physics

  • Display Render Bounds to avoid inaccurate renderings of assets

Rules: Logger

Rules communicate with object logic, so you'll need to play through your Experience and trigger the objects that you wish to communicate with Rules you are debugging and gather data in the Logger. First, however, you'll need to enable specific Rules or Rulesets for debugging.

  1. Open the Rules Hierarchy dropdown in the bottom right of the Game Rules window.

  2. Close the Game Rules window and click the Debug button on the Top Bar and click Logger (keep it open).

  3. Press TAB to play through the logic you want to test in your Experience.

  4. Press TAB again to return to the Editor. The logger will now include a list of messages sent and Rules triggered so you can see where there's a break in the communications and make a correction.

Last updated

Logo

Copyright Β© 2012- 2023 The Sandbox. All Rights Reserved.

Change request #15: 0.9 Draft - DO NOT MERGE UNTIL LAUNCH