# RuntimeConsole **Repository Path**: LT_COLD_CODE/RuntimeConsole ## Basic Information - **Project Name**: RuntimeConsole - **Description**: RuntimeConsole - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2022-06-22 - **Last Updated**: 2022-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RuntimeConsole ### =================RuntimeConsole介绍================= #### 笔者的这个插件,主要是为了能更加方便的在手机端查看日志 #### 只需要配置两个依赖,无需编写任何代码,即可开启 ### =================使用方法================= - manifest.json中添加插件路径 ```json { "dependencies": { "com.leeframework.uilooplistmini":"https://e.coding.net/ggdevlee/leeframework/LoopListMini.git#1.0.0", "com.leeframework.console":"https://e.coding.net/ggdevlee/leeframework/RuntimeConsole.git#1.0.0" } } ``` ### =================功能介绍================= - Mini界面,可以实时观察手机的游戏启动时间,版本,帧率,Mono内存情况 - 监听Unity层所有日志,并且每个日志都带有实时的帧率,内存情况 - 设置界面可以查看看手机的Appliction跟SystemInfo全部属性 ### =================图片演示================= ![输入图片说明](TmpGif/screenshots.gif) ![输入图片说明](TmpGif/screenshots2.gif)