Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dzonatan/Unity3D-LogCat-extension
Logcat (android logging) extension for Unity3D
https://github.com/dzonatan/Unity3D-LogCat-extension
android logcat logs unity3d unity3d-plugin
Last synced: 3 months ago
JSON representation
Logcat (android logging) extension for Unity3D
- Host: GitHub
- URL: https://github.com/dzonatan/Unity3D-LogCat-extension
- Owner: dzonatan
- License: mit
- Created: 2014-06-04T21:35:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T07:54:57.000Z (4 months ago)
- Last Synced: 2024-07-15T14:39:06.477Z (4 months ago)
- Topics: android, logcat, logs, unity3d, unity3d-plugin
- Language: C#
- Homepage:
- Size: 342 KB
- Stars: 222
- Watchers: 13
- Forks: 59
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - Unity3D-LogCat-extension - Logcat (android logging) extension (Android)
README
Unity3D LogCat extension
========================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!
Functions
---------------------
- Start / stop logging
- Clear logs
- "Only Unity" pre-filter
- Filter by log type (error, warning, debug, info, verbose)
- Filter by text (case-insensitive)How to use
---------------------
1. Clone `LogCatWindow.cs` from this repository into a folder named `Editor` within your `Assets` folder
2. Plug in the android device to the usb
3. Click Window -> LogCat - Android Logger
4. Start logging by clicking "Start logging" button!Screenshots
---------------------### Initial window
![Initial window](/screenshots/InitialWindow.png)### Filter by log type(s)
![Filter by string](/screenshots/FilterByErrorTypes.png)### Filter by log type(s) & text
![Filter by log type & string](/screenshots/FilterByErrorTypesAndString.png)Contribution
---------------------
Feel free to contribute!