├── LICENSE ├── LogCatWindow.cs ├── README.md └── screenshots ├── FilterByErrorTypes.png ├── FilterByErrorTypesAndString.png └── InitialWindow.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzonatan/Unity3D-LogCat-extension/HEAD/LICENSE -------------------------------------------------------------------------------- /LogCatWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzonatan/Unity3D-LogCat-extension/HEAD/LogCatWindow.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzonatan/Unity3D-LogCat-extension/HEAD/README.md -------------------------------------------------------------------------------- /screenshots/FilterByErrorTypes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzonatan/Unity3D-LogCat-extension/HEAD/screenshots/FilterByErrorTypes.png -------------------------------------------------------------------------------- /screenshots/FilterByErrorTypesAndString.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzonatan/Unity3D-LogCat-extension/HEAD/screenshots/FilterByErrorTypesAndString.png -------------------------------------------------------------------------------- /screenshots/InitialWindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzonatan/Unity3D-LogCat-extension/HEAD/screenshots/InitialWindow.png --------------------------------------------------------------------------------