当前位置:网站首页>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


边栏推荐
- Kotlin introductory notes (VIII) collection and traversal
- OpenGL - Model Loading
- [beauty of algebra] solution method of linear equations ax=0
- C form click event did not respond
- Return of missing persons
- Hosting environment API
- 2311. 小于等于 K 的最长二进制子序列
- Huber Loss
- nodejs_ 01_ fs. readFile
- Kotlin introductory notes (VII) data class and singleton class
猜你喜欢

Blogger article navigation (classified, real-time update, permanent top)

Deep understanding of C language pointer

高性能Spark_transformation性能
![Introduction Guide to stereo vision (5): dual camera calibration [no more collection, I charge ~]](/img/68/6bfa390b0bedcdbc4afba2f9bd9c0f.jpg)
Introduction Guide to stereo vision (5): dual camera calibration [no more collection, I charge ~]

Svg optimization by svgo

Hosting environment API

混淆矩阵(Confusion Matrix)

一次 Keepalived 高可用的事故,让我重学了一遍它

Progressive JPEG pictures and related
![[code practice] [stereo matching series] Classic ad census: (6) multi step parallax optimization](/img/54/cb1373fbe7b21c5383580e8b638a2c.jpg)
[code practice] [stereo matching series] Classic ad census: (6) multi step parallax optimization
随机推荐
C language - input array two-dimensional array a from the keyboard, and put 3 in a × 5. The elements in the third column of the matrix are moved to the left to the 0 column, and the element rows in ea
c语言指针深入理解
深入浅出PyTorch中的nn.CrossEntropyLoss
什么是防火墙?防火墙基础知识讲解
Kotlin introductory notes (III) kotlin program logic control (if, when)
Attention is all you need
Cloud computing technology hotspot
Rebuild my 3D world [open source] [serialization-2]
What is a firewall? Explanation of basic knowledge of firewall
Nodejs modularization
Editor use of VI and VIM
Creation and reference of applet
Applet network data request
Summary and Reflection on issues related to seq2seq, attention and transformer in hands-on deep learning
Solution to the problem of the 10th Programming Competition (synchronized competition) of Harbin University of technology "Colin Minglun Cup"
scipy. misc. imread()
Kotlin introductory notes (I) kotlin variables and non variables
阿里云发送短信验证码
[reading notes] Figure comparative learning gnn+cl
【组队 PK 赛】本周任务已开启 | 答题挑战,夯实商品详情知识