Logcat (android logging) extension for unity3D. Forget about using android studio or worthless terminal window. Log and filter your android messages directly from Unity3D!
Works both on windows & mac OS and Unity Free & Pro versions!
- Start / stop logging
- Clear logs
- "Only Unity" pre-filter
- Filter by log type (error, warning, debug, info, verbose)
- Filter by text (case-insensitive)
- Clone
LogCatWindow.cs
from this repository into a folder namedEditor
within yourAssets
folder - Plug in the android device to the usb
- Click Window -> LogCat - Android Logger
- Start logging by clicking "Start logging" button!
Feel free to contribute!