# com.gameframex.unity.yasirkula.debugconsole **Repository Path**: gameframex/com.gameframex.unity.yasirkula.debugconsole ## Basic Information - **Project Name**: com.gameframex.unity.yasirkula.debugconsole - **Description**: Debug Console for Unity - In-game debug console for viewing logs, warnings, errors and executing commands at runtime - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: https://gameframex.doc.alianblank.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-23 - **Last Updated**: 2026-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
GameFrameX Logo # Game Frame X Debug Console [![License](https://img.shields.io/github/license/GameFrameX/com.gameframex.unity.yasirkula.debugconsole)](https://github.com/GameFrameX/com.gameframex.unity.yasirkula.debugconsole/blob/main/LICENSE.md) [![Version](https://img.shields.io/github/v/release/GameFrameX/com.gameframex.unity.yasirkula.debugconsole)](https://github.com/GameFrameX/com.gameframex.unity.yasirkula.debugconsole/releases) 独立游戏前后端一体化解决方案 · 独立游戏开发者的圆梦大使 [文档](https://gameframex.doc.alianblank.com) | [快速开始](https://gameframex.doc.alianblank.com) | [QQ群](https://qm.qq.com/q/urKenB9AU) [English](README.md) | **简体中文** | [繁體中文](README.zh-TW.md) | [日本語](README.ja.md) | [한국어](README.ko.md)
## 项目简介 In-game Debug Console - 帮助您在运行时查看调试消息(日志、警告、错误、异常),并通过内置控制台执行命令。还支持在 Android 平台上将 logcat 消息记录到控制台。 该库主要服务于 [GameFrameX](https://github.com/AlianBlank/GameFrameX) 作为子库使用。 ## 改动功能 1. 增加 `Packages` 的支持 ## Fork 来源 https://github.com/yasirkula/UnityIngameDebugConsole ## 安装方式(任选其一) 1. 直接在 `manifest.json` 文件中添加以下内容 ```json {"com.gameframex.unity.yasirkula.debugconsole": "https://github.com/GameFrameX/com.gameframex.unity.yasirkula.debugconsole.git"} ``` 2. 在 Unity 的 `Packages Manager` 中使用 `Git URL` 的方式添加库,地址为:https://github.com/GameFrameX/com.gameframex.unity.yasirkula.debugconsole.git 3. 直接下载仓库放置到 Unity 项目的 `Packages` 目录下。会自动加载识别