https://github.com/FlameskyDexive/Debugger
A Powerful Unity Runtime Debugger Plugin, 一个Unity运行时调试查看日志组件,可搜索/可保存到本地
https://github.com/FlameskyDexive/Debugger
debug debugger debugging log logger runtime unity
Last synced: about 1 year ago
JSON representation
A Powerful Unity Runtime Debugger Plugin, 一个Unity运行时调试查看日志组件,可搜索/可保存到本地
- Host: GitHub
- URL: https://github.com/FlameskyDexive/Debugger
- Owner: FlameskyDexive
- License: mit
- Created: 2022-01-05T06:54:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T01:41:58.000Z (about 2 years ago)
- Last Synced: 2024-11-10T17:46:56.810Z (over 1 year ago)
- Topics: debug, debugger, debugging, log, logger, runtime, unity
- Language: C#
- Homepage:
- Size: 790 KB
- Stars: 71
- Watchers: 3
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Debugger: A powerful runtime debug tool for unity.
# [中文](https://github.com/FlameskyDexive/Debugger/blob/main/README_CN.md)
# Debugger Functions
#### 1. View logs, and copy to clipboard.
#### 2. Save logs to local txt files by toggle.
#### 3. View the information of your machine, such as cpu/gpu.
#### 4. View basic profiler information, such as memory/resources, and support take a snapshop.
#### 5. Auto resize on different resolutions.
#### 6. Search log by key word.
## Todo:
#### 1. Publish to unity package manager and Asset Store
#### 2. Add GM API support
## 1. How to use
git clone this project, and move it to Plugins folder of your project
## 2. Attach
add Debugger Component to your MainCamera just fine.





## references:
[A powerful unity client framework: GameFramework](https://github.com/EllanJiang/GameFramework)