文档

支持

Unity Studio

Open Unity Studio

Unity Studio

Debug node

Print messages to the console for debugging purposes.
阅读时间1 分钟最后更新于 5 个月前

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.