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


边栏推荐
- Can't find the activitymainbinding class? The pit I stepped on when I just learned databinding
- Introduction Guide to stereo vision (4): DLT direct linear transformation of camera calibration [recommended collection]
- LeetCode 31. 下一个排列
- Transfer learning and domain adaptation
- Understanding rotation matrix R from the perspective of base transformation
- notepad++
- What is a firewall? Explanation of basic knowledge of firewall
- Applet data attribute method
- Ministry of transport and Ministry of Education: widely carry out water traffic safety publicity and drowning prevention safety reminders
- STM32 simple multi-level menu (array table lookup method)
猜你喜欢

Applet (subcontracting)
![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 ~]

Huber Loss

OpenGL - Lighting

Introduction Guide to stereo vision (6): level constraints and polar correction of fusiello method

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

OpenGL - Model Loading

The research trend of map based comparative learning (gnn+cl) in the top paper

LeetCode 503. 下一个更大元素 II
![[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 form click event did not respond
Using request headers to develop multi terminal applications
[beauty of algebra] solution method of linear equations ax=0
[ManageEngine] how to make good use of the report function of OpManager
Explain NN in pytorch in simple terms CrossEntropyLoss
.NET服务治理之限流中间件-FireflySoft.RateLimit
Introduction Guide to stereo vision (1): coordinate system and camera parameters
L'information et l'entropie, tout ce que vous voulez savoir est ici.
Analysis of eventbus source code
Transfer learning and domain adaptation
Huber Loss
【阅读笔记】图对比学习 GNN+CL
notepad++
Introduction Guide to stereo vision (4): DLT direct linear transformation of camera calibration [recommended collection]
AUTOSAR from getting started to mastering 100 lectures (103) -dbc file format and creation details
OpenGL - Model Loading
3D reconstruction open source code summary [keep updated]
Confusion matrix
LeetCode 31. 下一个排列
什么是防火墙?防火墙基础知识讲解