当前位置:网站首页>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
边栏推荐
- 太不好用了,长文章加图文,今后只写小短文
- 生成对抗网络
- 520 diamond Championship 7-4 7-7 solution
- Wxss template syntax
- Kotlin introductory notes (VI) interface and function visibility modifiers
- High performance spark_ Transformation performance
- Solution to the problems of the 17th Zhejiang University City College Program Design Competition (synchronized competition)
- Huber Loss
- Talking about label smoothing technology
- Wxml template syntax
猜你喜欢
项目实战 | Excel导出功能
Android 隐私沙盒开发者预览版 3: 隐私安全和个性化体验全都要
一篇文章带你走进cookie,session,Token的世界
OpenGL - Coordinate Systems
[ManageEngine] how to make good use of the report function of OpManager
Applet network data request
嗨 FUN 一夏,与 StarRocks 一起玩转 SQL Planner!
Understanding rotation matrix R from the perspective of base transformation
Newton iterative method (solving nonlinear equations)
Priority queue (heap)
随机推荐
Transfer learning and domain adaptation
Codeworks round 638 (Div. 2) cute new problem solution
Solution to the problems of the 17th Zhejiang University City College Program Design Competition (synchronized competition)
notepad++
优先级队列(堆)
C # compare the differences between the two images
Can't find the activitymainbinding class? The pit I stepped on when I just learned databinding
Thermometer based on STM32 single chip microcomputer (with face detection)
Figure neural network + comparative learning, where to go next?
【愚公系列】2022年7月 Go教学课程 003-IDE的安装和基本使用
Introduction Guide to stereo vision (1): coordinate system and camera parameters
测试老鸟浅谈unittest和pytest的区别
Information and entropy, all you want to know is here
Svgo v3.9.0+
Kotlin introductory notes (VI) interface and function visibility modifiers
Shutter uses overlay to realize global pop-up
Kotlin introductory notes (IV) circular statements (simple explanation of while, for)
Introduction Guide to stereo vision (3): Zhang calibration method of camera calibration [ultra detailed and worthy of collection]
Applet customization component
2309. The best English letters with both upper and lower case