当前位置:网站首页>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 (2): key matrix (essential matrix, basic matrix, homography matrix)
- LeetCode 31. 下一个排列
- Shutter uses overlay to realize global pop-up
- Node collaboration and publishing
- Alibaba's ten-year test brings you into the world of APP testing
- It's too difficult to use. Long articles plus pictures and texts will only be written in short articles in the future
- Priority queue (heap)
- c语言指针深入理解
- C # compare the differences between the two images
- Uni app implements global variables
猜你喜欢

Introduction Guide to stereo vision (7): stereo matching

nodejs_ 01_ fs. readFile

C语言-从键盘输入数组二维数组a,将a中3×5矩阵中第3列的元素左移到第0列,第3列以后的每列元素行依次左移,原来左边的各列依次绕到右边

OpenGL - Model Loading

Hosting environment API

【ManageEngine】如何利用好OpManager的报表功能

Editor use of VI and VIM

Creation and reference of applet

Figure neural network + comparative learning, where to go next?

Applet data attribute method
随机推荐
Codeforces Round #648 (Div. 2) E.Maximum Subsequence Value
C # image difference comparison: image subtraction (pointer method, high speed)
2309. The best English letters with both upper and lower case
3D reconstruction open source code summary [keep updated]
Kotlin introductory notes (VII) data class and singleton class
Alibaba cloud sends SMS verification code
Solution to the problems of the 17th Zhejiang University City College Program Design Competition (synchronized competition)
Kotlin introductory notes (VIII) collection and traversal
2311. Longest binary subsequence less than or equal to K
2020 "Lenovo Cup" National College programming online Invitational Competition and the third Shanghai University of technology programming competition
C # compare the differences between the two images
高性能Spark_transformation性能
Summary of "reversal" problem in challenge Programming Competition
Composition of applet code
22-07-04 西安 尚好房-项目经验总结(01)
[ctfhub] Title cookie:hello guest only admin can get flag. (cookie spoofing, authentication, forgery)
Applet network data request
Kotlin introductory notes (VI) interface and function visibility modifiers
AUTOSAR from getting started to mastering 100 lectures (103) -dbc file format and creation details
Hosting environment API