UnityDebugViewer icon indicating copy to clipboard operation
UnityDebugViewer copied to clipboard

A powerful Unity debug tool integrated with ADB plugin

Results 3 UnityDebugViewer issues
Sort by recently updated
recently updated
newest added

Assets\UnityDebugViewer\Editor\UnityDebugViewerWindowUtility.cs(300,13): error CS0246: The type or namespace name 'ADB' could not be found (are you missing a using directive or an assembly reference?)

unity默认的log搜索会过滤掉不包含匹配到字符串的log,但很多时候需要该log的附近日志,想看附近日志就非常困难 例如AndroidStudio的搜索非常方便 ![image](https://user-images.githubusercontent.com/924310/86588077-8cca1700-bfbd-11ea-9d8b-ea320f10572a.png)

null texture passed to GUI.DrawTexture UnityDebugViewer.UnityDebugViewerWindow:DrawLogBox (UnityDebugViewer.LogData,UnityEngine.Rect,int,bool) (at Assets\Plugins\UnityDebugViewer\Editor\UnityDebugViewerWindow.cs:445)