An open API service indexing awesome lists of open source software.

https://github.com/akof1314/unity-consoletiny

:zap: Console Tiny is a powerful replacement for Unity's editor console.
https://github.com/akof1314/unity-consoletiny

Last synced: about 2 months ago
JSON representation

:zap: Console Tiny is a powerful replacement for Unity's editor console.

Awesome Lists containing this project

README

        

# Unity-ConsoleTiny
Console Tiny is a powerful replacement for Unity's editor console.

## Feature
- Text Search Filter
- Multi-line Display
- Colored Callstacks
- Callstack Navigation
- Custom Filters
- DLL Support
- Lua Support
- Wrapper Support

![](https://github.com/akof1314/Unity-ConsoleTiny/raw/master/DLLTest/screenshot.png)

## Install
- Unity 5.x
- [Unity-ConsoleTiny_5X.unitypackage](https://github.com/akof1314/Unity-ConsoleTiny/releases)
- Unity 2017.x
- `UnityPackageManager\manifest.json`
- Unity 2018.x (or later)
- `Packages\manifest.json`

`manifest.json` file add line:

```
"com.wuhuan.consoletiny": "file:../PackagesCustom/com.wuhuan.consoletiny"

```

## Usage
Open window: `Ctrl+Shift+T` (Linux/Windows) or `Cmd+Shift+T` (OS X).

## License
MIT