当前位置:网站首页>Unity skframework framework (XXII), runtime console runtime debugging tool
Unity skframework framework (XXII), runtime console runtime debugging tool
2022-07-05 09:24:00 【CoderZ1010】
Catalog
One 、 brief introduction
Runtime Console Tools allow us to program Build Run time after packaging , see Log Log information , And can generate log files . The tool has been uploaded to SKFramework In the framework Package Manager in , As shown in the figure :
SKFramework Framework open source address :
https://github.com/136512892/SKFramework
Two 、 Instructions
1. Download and install
Through the menu SKFramework/PackageManager Open the development kit manager :
Search for RuntimeConsole Tools , Click on Install Download and install :
2. Mount components
Create a new empty object , To add RuntimeConsole Components :
Parameter description :
Show Info | Whether to display general log information |
Show Warn | Whether to display alarm log information |
Show Error | Whether to display error log information |
Show Time | Whether to display the log printing time |
3. Shortcut key
When the program is running, use the shortcut key LeftCtrl+M Open and close the console window
ps: If the shortcut key conflicts, you can change it in the code
private void Update()
{
// The shortcut key opens / close
if (Input.GetKey(KeyCode.LeftControl) && Input.GetKeyDown(KeyCode.M))
{
toggle = !toggle;
}
}
4. Log details
Select any log , The details of the log will be displayed in the window below :
Click below Copy Button to copy the log details to the system pasteboard , You can use Ctrl+V Paste it anywhere else for analysis .
5. Clear the log
Click on the top left corner Clear Button can clear all current log information :
6. Log files
Click on the FILE Button , You can generate log files to StreamingAssets/Log Under the path
边栏推荐
- .NET服务治理之限流中间件-FireflySoft.RateLimit
- 【愚公系列】2022年7月 Go教学课程 003-IDE的安装和基本使用
- 项目实战 | Excel导出功能
- Wxml template syntax
- Causes and appropriate analysis of possible errors in seq2seq code of "hands on learning in depth"
- Rebuild my 3D world [open source] [serialization-2]
- Kotlin introductory notes (II) a brief introduction to kotlin functions
- Rebuild my 3D world [open source] [serialization-1]
- 我的一生.
- Global configuration tabbar
猜你喜欢
Priority queue (heap)
Huber Loss
Introduction Guide to stereo vision (4): DLT direct linear transformation of camera calibration [recommended collection]
高性能Spark_transformation性能
Summary and Reflection on issues related to seq2seq, attention and transformer in hands-on deep learning
利用请求头开发多端应用
[ctfhub] Title cookie:hello guest only admin can get flag. (cookie spoofing, authentication, forgery)
LeetCode 496. 下一个更大元素 I
Codeworks round 639 (Div. 2) cute new problem solution
Applet (global data sharing)
随机推荐
Luo Gu p3177 tree coloring [deeply understand the cycle sequence of knapsack on tree]
信息与熵,你想知道的都在这里了
Introduction Guide to stereo vision (1): coordinate system and camera parameters
阿里十年测试带你走进APP测试的世界
[beauty of algebra] solution method of linear equations ax=0
Jenkins Pipeline 方法(函数)定义及调用
什么是防火墙?防火墙基础知识讲解
Rebuild my 3D world [open source] [serialization-1]
Codeworks round 639 (Div. 2) cute new problem solution
Ministry of transport and Ministry of Education: widely carry out water traffic safety publicity and drowning prevention safety reminders
uni-app 实现全局变量
一篇文章带你走进cookie,session,Token的世界
notepad++
OpenGL - Model Loading
【ManageEngine】如何利用好OpManager的报表功能
Kotlin introductory notes (II) a brief introduction to kotlin functions
Deep understanding of C language pointer
Greendao reported an error in qigsaw, could not init daoconfig
顶会论文看图对比学习(GNN+CL)研究趋势
Codeforces Round #648 (Div. 2) E.Maximum Subsequence Value