当前位置:网站首页>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
边栏推荐
- [code practice] [stereo matching series] Classic ad census: (4) cross domain cost aggregation
- Summary of "reversal" problem in challenge Programming Competition
- Applet (use of NPM package)
- [code practice] [stereo matching series] Classic ad census: (5) scan line optimization
- VS Code问题:长行的长度可通过 “editor.maxTokenizationLineLength“ 进行配置
- [ctfhub] Title cookie:hello guest only admin can get flag. (cookie spoofing, authentication, forgery)
- .NET服务治理之限流中间件-FireflySoft.RateLimit
- Return of missing persons
- Ministry of transport and Ministry of Education: widely carry out water traffic safety publicity and drowning prevention safety reminders
- [Yugong series] go teaching course 003-ide installation and basic use in July 2022
猜你喜欢
OpenGL - Coordinate Systems
Deep understanding of C language pointer
Node collaboration and publishing
编辑器-vi、vim的使用
Information and entropy, all you want to know is here
一次 Keepalived 高可用的事故,让我重学了一遍它
一题多解,ASP.NET Core应用启动初始化的N种方案[上篇]
Wxss template syntax
Newton iterative method (solving nonlinear equations)
Hosting environment API
随机推荐
Editor use of VI and VIM
Applet (use of NPM package)
Understanding rotation matrix R from the perspective of base transformation
[beauty of algebra] singular value decomposition (SVD) and its application to linear least squares solution ax=b
Multiple solutions to one problem, asp Net core application startup initialization n schemes [Part 1]
Creation and reference of applet
It's too difficult to use. Long articles plus pictures and texts will only be written in short articles in the future
[Yugong series] go teaching course 003-ide installation and basic use in July 2022
Ministry of transport and Ministry of Education: widely carry out water traffic safety publicity and drowning prevention safety reminders
notepad++
Alibaba's ten-year test brings you into the world of APP testing
Composition of applet code
基于STM32单片机的测温仪(带人脸检测)
nodejs_ fs. writeFile
【组队 PK 赛】本周任务已开启 | 答题挑战,夯实商品详情知识
An article takes you into the world of cookies, sessions, and tokens
scipy. misc. imread()
Greendao reported an error in qigsaw, could not init daoconfig
VS Code问题:长行的长度可通过 “editor.maxTokenizationLineLength“ 进行配置
Svgo v3.9.0+