金铉Unity插件库 Unity版本2018.4.32f 目前包含本地化存储功能(根据类名存储读写),TCP客户端监听类型功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DESKTOP-B25GA9E\W35 f440cee959 导入蓝牙功能模块 3 years ago
..
Reporter 导入蓝牙功能模块 3 years ago
ReporterDocumentation 导入蓝牙功能模块 3 years ago
README.md 导入蓝牙功能模块 3 years ago
README.md.meta 导入蓝牙功能模块 3 years ago
Reporter.meta 导入蓝牙功能模块 3 years ago
ReporterDocumentation.meta 导入蓝牙功能模块 3 years ago

README.md

Unity-Logs-Viewer

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.
  • 3 - in reporter.cs at first line choose the proper #define which is matching your unity version, also do the same for testReporter.cs
    • #define UNITY_CHANGE1 for unity older than "unity 5"
    • #define UNITY_CHANGE2 for unity 5.0 -> 5.3
    • #define UNITY_CHANGE3 for unity 5.3 (fix for new SceneManger system )