Documentation

Support

Unity Lite

Open Unity Lite

Unity Lite

Debug node

Print messages to the console for debugging purposes.
Read time 1 minuteLast updated 2 days ago

Use the Debug utility to print messages and values so you can get insights into what your logic is doing. For now, all logs go to the browser console. This helps you confirm that events are firing, check variable values, and spot issues while building. Select the arrow on the node to expand it and see the options. Typical uses:
  • Log messages, warnings, or errors to the browser console.