UnityDebugViewer
UnityDebugViewer copied to clipboard
A powerful Unity debug tool integrated with ADB plugin
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的搜索非常方便 
null texture passed to GUI.DrawTexture UnityDebugViewer.UnityDebugViewerWindow:DrawLogBox (UnityDebugViewer.LogData,UnityEngine.Rect,int,bool) (at Assets\Plugins\UnityDebugViewer\Editor\UnityDebugViewerWindow.cs:445)