当前位置:网站首页>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
边栏推荐
- 顶会论文看图对比学习(GNN+CL)研究趋势
- OpenGL - Lighting
- Solution to the problem of the 10th Programming Competition (synchronized competition) of Harbin University of technology "Colin Minglun Cup"
- Wxss template syntax
- Summary of "reversal" problem in challenge Programming Competition
- C # image difference comparison: image subtraction (pointer method, high speed)
- LeetCode 503. 下一个更大元素 II
- c语言指针深入理解
- 【阅读笔记】图对比学习 GNN+CL
- LeetCode 496. 下一个更大元素 I
猜你喜欢
一题多解,ASP.NET Core应用启动初始化的N种方案[上篇]
Can't find the activitymainbinding class? The pit I stepped on when I just learned databinding
Deep understanding of C language pointer
编辑器-vi、vim的使用
NIPS2021 | 超越GraphCL,GNN+对比学习的节点分类新SOTA
Applet data attribute method
OpenGL - Coordinate Systems
Priority queue (heap)
LeetCode 556. 下一个更大元素 III
Hosting environment API
随机推荐
[code practice] [stereo matching series] Classic ad census: (4) cross domain cost aggregation
Huber Loss
Solution to the problems of the 17th Zhejiang University City College Program Design Competition (synchronized competition)
Alibaba's ten-year test brings you into the world of APP testing
牛顿迭代法(解非线性方程)
Attention is all you need
OpenGL - Coordinate Systems
uni-app 实现全局变量
OpenGL - Coordinate Systems
Codeworks round 681 (Div. 2) supplement
Greendao reported an error in qigsaw, could not init daoconfig
Explain NN in pytorch in simple terms CrossEntropyLoss
VS Code问题:长行的长度可通过 “editor.maxTokenizationLineLength“ 进行配置
Blogger article navigation (classified, real-time update, permanent top)
Node collaboration and publishing
Huber Loss
Applet network data request
云计算技术热点
Applet global style configuration window
Shutter uses overlay to realize global pop-up