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.
- Host: GitHub
- URL: https://github.com/akof1314/unity-consoletiny
- Owner: akof1314
- License: mit
- Created: 2019-06-25T01:26:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T08:49:32.000Z (over 2 years ago)
- Last Synced: 2025-03-23T22:13:59.924Z (2 months ago)
- Language: C#
- Homepage:
- Size: 229 KB
- Stars: 46
- Watchers: 1
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## 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