Go to file
AlianBlank 66d33e0682 [增加]1. 增加镜像同步 2024-07-23 17:53:03 +08:00
.github [增加]1. 增加镜像同步 2024-07-23 17:53:03 +08:00
Editor [修改]1. 修改代码打包的时候异常的处理 2024-03-28 09:47:39 +08:00
Plugins [修改]1. 修改代码打包的时候异常的处理 2024-03-28 09:47:39 +08:00
Runtime [修改]1. 修改代码打包的时候异常的处理 2024-03-28 09:47:39 +08:00
Editor.meta [修改]1. 修改目录结构 2024-03-27 21:02:15 +08:00
LICENSE.txt Added Package Manager support 2020-04-28 13:25:52 +03:00
LICENSE.txt.meta Added Package Manager support 2020-04-28 13:25:52 +03:00
Plugins.meta Added Package Manager support 2020-04-28 13:25:52 +03:00
README.md [修改]1. 修改包名 2024-06-18 00:22:34 +08:00
README.md.meta [修改]1. 修改目录结构 2024-03-27 21:02:15 +08:00
Runtime.meta [修改]1. 修改目录结构 2024-03-27 21:02:15 +08:00
package.json [修改]1. 修改包名 2024-06-18 00:22:34 +08:00
package.json.meta Added Package Manager support 2020-04-28 13:25:52 +03:00

README.md

In-game Debug Console

This asset helps you see debug messages (logs, warnings, errors, exceptions) runtime in a build (also assertions in editor) and execute commands using its built-in console. It also supports logging logcat messages to the console on Android platform.

User interface is created with uGUI and costs 1 SetPass call (and 6 to 10 batches) when Sprite Packing is enabled. It is possible to resize or hide the console window during the game. Once the console is hidden, a small popup will take its place (which can be dragged around). The popup will show the number of logs that arrived since it had appeared. Console window will reappear after clicking the popup.

该库主要服务于 https://github.com/AlianBlank/GameFrameX 作为子库使用。

使用方式(三种方式)

  1. 直接在 manifest.json 文件中添加以下内容

       {"com.gameframex.unity.yasirkula.debugconsole": "https://github.com/AlianBlank/com.gameframex.unity.yasirkula.debugconsole.git"}
    
  2. 在Unity 的Packages Manager 中使用Git URL 的方式添加库,地址为:https://github.com/AlianBlank/com.gameframex.unity.yasirkula.debugconsole.git

  3. 直接下载仓库放置到Unity 项目的Packages 目录下。会自动加载识别

改动功能

  1. 增加 Packages 的支持

Fork 来源

https://github.com/yasirkula/UnityIngameDebugConsole

以下为原内容

= In-game Debug Console (v1.6.7) =

Documentation: https://github.com/yasirkula/UnityIngameDebugConsole FAQ: https://github.com/yasirkula/UnityIngameDebugConsole#faq E-mail: yasirkula@gmail.com

You can simply place the IngameDebugConsole prefab to your scene. Hovering the cursor over its properties in the Inspector will reveal explanatory tooltips.