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


边栏推荐
- Introduction Guide to stereo vision (5): dual camera calibration [no more collection, I charge ~]
- Editor use of VI and VIM
- Kotlin introductory notes (II) a brief introduction to kotlin functions
- 浅谈Label Smoothing技术
- Attention is all you need
- [ctfhub] Title cookie:hello guest only admin can get flag. (cookie spoofing, authentication, forgery)
- Summary and Reflection on issues related to seq2seq, attention and transformer in hands-on deep learning
- Greendao reported an error in qigsaw, could not init daoconfig
- [code practice] [stereo matching series] Classic ad census: (5) scan line optimization
- 云计算技术热点
猜你喜欢
![Introduction Guide to stereo vision (4): DLT direct linear transformation of camera calibration [recommended collection]](/img/ed/0483c529db2af5b16b18e43713d1d8.jpg)
Introduction Guide to stereo vision (4): DLT direct linear transformation of camera calibration [recommended collection]

信息与熵,你想知道的都在这里了

Svg optimization by svgo

Figure neural network + comparative learning, where to go next?
![Rebuild my 3D world [open source] [serialization-1]](/img/74/b6253845b43bc18f425d57695fba7c.jpg)
Rebuild my 3D world [open source] [serialization-1]

一文详解图对比学习(GNN+CL)的一般流程和最新研究趋势

Creation and reference of applet

OpenGL - Coordinate Systems

C语言-从键盘输入数组二维数组a,将a中3×5矩阵中第3列的元素左移到第0列,第3列以后的每列元素行依次左移,原来左边的各列依次绕到右边
![[ctfhub] Title cookie:hello guest only admin can get flag. (cookie spoofing, authentication, forgery)](/img/78/d9d1a66fc239e7c62de1fce426d30d.jpg)
[ctfhub] Title cookie:hello guest only admin can get flag. (cookie spoofing, authentication, forgery)
随机推荐
交通运输部、教育部:广泛开展水上交通安全宣传和防溺水安全提醒
Editor use of VI and VIM
OpenGL - Model Loading
信息与熵,你想知道的都在这里了
Kotlin introductory notes (VI) interface and function visibility modifiers
Applet (subcontracting)
notepad++
Understanding rotation matrix R from the perspective of base transformation
LeetCode 556. 下一个更大元素 III
OpenGL - Coordinate Systems
Introduction Guide to stereo vision (4): DLT direct linear transformation of camera calibration [recommended collection]
[ctfhub] Title cookie:hello guest only admin can get flag. (cookie spoofing, authentication, forgery)
【PyTorch Bug】RuntimeError: Boolean value of Tensor with more than one value is ambiguous
2310. The number of bits is the sum of integers of K
Applet (use of NPM package)
我的一生.
Attention is all you need
Codeforces Round #648 (Div. 2) D. Solve The Maze
[reading notes] Figure comparative learning gnn+cl
Jenkins pipeline method (function) definition and call