Skip to content

为Unity开发的Debug日志工具,可按成员管理Debug日志并输出到本地文件。; Unity向けデバッグログツール、メンバーごとにデバッグログを管理し、ローカルファイルに出力できます。; A Debug log tool for Unity, which allows managing Debug logs by members and outputting them to local files.

Notifications You must be signed in to change notification settings

BlurFeng/Debugx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

【Debugx】

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

【用户手册】

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

【概要】

这是一个Unity引擎的插件。
用于按调试成员管理DebugLog,并输出log文件到本地。使用宏"DEBUG_X"来开启功能。

在你的代码中,直接使用Debugx.Log()就能简单得进行打印。
不同的成员使用不同的key,可以方便的按成员打印,并快速找到对应代码的负责人。

在UnityDOTS的Burst中。我们必须使用DebugxBurst而不是Debugx,因为很多方法和字段在Burst中将不可用。
但因为UnityDOTS更新的非常频繁,在不同DOTS版本下,此方法不能保证完全的可靠性。

About

为Unity开发的Debug日志工具,可按成员管理Debug日志并输出到本地文件。; Unity向けデバッグログツール、メンバーごとにデバッグログを管理し、ローカルファイルに出力できます。; A Debug log tool for Unity, which allows managing Debug logs by members and outputting them to local files.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages