/Unity-Logs-Viewer

在发布的Unity程序中查看Console输出,调试效率提高数倍!

Primary LanguageC#

Unity-Logs-Viewer

集成了这个工具后,在屏幕上画一个圈(鼠标或触摸都支持),就可以调出日志窗口。

使用方式

  1. 将全部代码放入Unity工程中
  2. 在你项目的第一个场景中,点击菜单栏(Reporter->Create)即可。

使用中遇到任何问题,可以在微信公众号“洪流学堂”中提问。

Unity-Logs-Viewer

Please note with new unity you can view device logs on editor console window, check the new attach menu in editor console window.

Using this tool you can easily check your editor console logs inside the game itself! All what you have to do is to make a circle gesture using your mouse (click and drag) or your finger (touch and drag) on the mobile screen to show all these logs!

You can download also from unity asset store https://www.assetstore.unity3d.com/en/#!/content/12047

To setup log viewer do the following

1 - create reporter from menu (Reporter->Create) at first scene your game start.
2 - then set the ” Scrip execution order ” in (Edit -> Project Settings ) of Reporter.cs to be the highest.

Version 1.7

- Add Save logs button( thanks for Ahmed Shbli ).
- Fix deprecated code for new unity.
- Fix Warnings.
- Fix loading scene from asset bundle error.