Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.19 KB

README_en.md

File metadata and controls

22 lines (18 loc) · 1.19 KB

【Debugx】

阅读中文文档 >中文
日本語のドキュメントを読む >日本語
Read this document in >English

【用户手册】

阅读中文用户手册 >中文用户手册
日本語のユーザーマニュアルを読む >日本語ユーザーマニュアル
Read this User Manual in >English User Manual

【概要】

This is a plugin for Unity engine.
The debug log is managed according to its members. Later export the log file to the local. use macro "DEBUG_X" open the functional.

In your code, use debugx.log () to print like this.
Different members use different keys, you can easily print by member, and quickly find the person in charge of the corresponding code.

In the Burst of UnityDOTS.
We must use DebugxBurst instead of Debugx because many methods and fields will not be available in Burst.
However, because UnityDOTS is updated very frequently, this method cannot guarantee complete reliability under different DOTS versions.