# com.gameframex.unity.debugger
**Repository Path**: gameframex/com.gameframex.unity.debugger
## Basic Information
- **Project Name**: com.gameframex.unity.debugger
- **Description**: GameFrameX Unity Debugger component providing in-game debugging tools with runtime inspection and performance monitoring
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: main
- **Homepage**: https://gameframex.doc.alianblank.com
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-08-14
- **Last Updated**: 2026-07-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README

# Game Frame X Debugger
[](https://github.com/GameFrameX/com.gameframex.unity.debugger/blob/main/LICENSE.md)
[](https://github.com/GameFrameX/com.gameframex.unity.debugger/releases)
[](https://unity.com/)
[](https://gameframex.doc.alianblank.com)
独立游戏前后端一体化解决方案 · 独立游戏开发者的圆梦大使
[文档](https://gameframex.doc.alianblank.com) · [快速开始](#快速开始) · QQ群: 467608841 / 233840761
[English](README.md) | **简体中文** | [繁體中文](README.zh-TW.md) | [日本語](README.ja.md) | [한국어](README.ko.md)
## 项目简介
Game Frame X Debugger 是一个基于 GameFrameX 框架的 Unity 调试工具包,提供调试日志看板和可视化功能。
**Debugger 调试组件 (Debugger Component)** - 提供调试日志相关的看板。
## 快速开始
### 安装
选择以下任一方式:
1. 编辑 Unity 项目的 `Packages/manifest.json`,添加 `scopedRegistries` 部分:
```json
{
"scopedRegistries": [
{
"name": "GameFrameX",
"url": "https://gameframex.upm.alianblank.uk",
"scopes": [
"com.gameframex"
]
}
],
"dependencies": {
"com.gameframex.unity.debugger": "1.1.0"
}
}
```
`scopes` 控制哪些包通过此注册表解析。只有以 `com.gameframex` 开头的包才会从这个注册表获取。
2. 直接在 `manifest.json` 的 `dependencies` 节点下添加以下内容:
```json
{
"com.gameframex.unity.debugger": "https://github.com/gameframex/com.gameframex.unity.debugger.git"
}
```
3. 在 Unity 的 `Package Manager` 中使用 `Git URL` 的方式添加库,地址为:`https://github.com/gameframex/com.gameframex.unity.debugger.git`
4. 直接下载仓库放置到 Unity 项目的 `Packages` 目录下,会自动加载识别。
## 文档与资源
- 文档地址: https://gameframex.doc.alianblank.com
- 仓库地址: https://github.com/GameFrameX/com.gameframex.unity.debugger
- 问题反馈: https://github.com/GameFrameX/com.gameframex.unity.debugger/issues
## 依赖
| 包 | 说明 |
|----|------|
| (无) | - |
## 社区与支持
- QQ群: 467608841 / 233840761
## 更新日志
查看 [Releases](https://github.com/GameFrameX/gameframex/com.gameframex.unity.debugger/releases) 了解更新日志。
## 开源协议
详细信息请查看 [LICENSE](LICENSE.md) 文件。