Use the In-game Debug Console from yasirkula on your next project. Find this GUI tool & more on the Unity Asset Store.
这个插件体积小,更新也比较即时。 导入的内容在【Plugins/IngameDebugConsole】目录下。 插件使用 将【Plugins/IngameDebugConsole】目录下的【IngameDebugConsole】预制件添加到场景中即可,这是会在平米右边的中间出现一个小的提示图标。 运行以后,图标会提示调试信息的数量,如果有错误,则图标会变成红色。 点击图标以后...
- Gizmos:显示显示游戏中使用的组件,例如一个物体添加了音效,光源显示这种属性图片,让开发者更容易区分 3、Console:控制台输出 作用一般用来打印,调试一些方法的调用,修复脚本问题或者验证程序问题 打开方式:菜单栏的Window选项中的Console选项 4、菜单栏 菜单内容 File菜单 代码语言:txt AI代码解释 - New Scene : ...
2.github库上的开源日志查看库UnityIngameDebugConsole,不仅能够看日志,还可以加命令,很好用,界面也很友好,强推一波; 图2 UnityIngameDebugConsole查看日志插件 3.SRDebugger插件,付费插件,不过确实很好用,支持GM按钮,性能分析等灰常不错,笔者都是UnityIngameDebugConsole和这个组合使用的; 4.ProximaInspector,付费插件...
Forum Thread:http://forum.unity3d.com/threads/in-game-debug-console-with-ugui-free.411323/ Discord:https://discord.gg/UJJt549AaV GitHub Sponsors ☕ ABOUT This asset helps you see debug messages (logs, warnings, errors, exceptions) runtime in a build (also assertions in editor) and exec...
using UnityEngine; using IngameDebugConsole; public class TestScript : MonoBehaviour { [ConsoleMethod( "cube", "Creates a cube at specified position" )] public static void CreateCubeAt( Vector3 position ) { GameObject.CreatePrimitive( PrimitiveType.Cube ).transform.position = position; } } ...
After creating a fresh Unity project, the first script I add is Consolation, a helpful tool I built that displays an in-game debug console. It uses a handy b...
Unity商城地址:In-game Debug Console | GUI Tools | Unity Asset Store 功能介绍:这是个运行时查看日志的插件,方便开发者发布后运行有问题,但是编辑器中正常运行对比差异,查看日志用,几乎完美复刻的Unity编辑器的Console查看日志的部分。 二、【GitHub插件清单列表】 1、Unity破解工具——UniHacker GitHub地址:github...
Unity真机显示调试信息 IngameDebugConsole v1.6.1 野区**叔叔上传267KB文件格式unitypackageunity 用法:只需要将预制体拖到场景中。 作用:在Unity打包后直接在项目内点开面板查看各种Debug信息,Log,Error,Warnning 非常适合用于开发期间需要打包Android或其他平台时,可以和在UnityEditor下一样查看详细的Debug信息。
In addition to all this, the interface has a resizable Console that can be opened or closed by a button. You can also enable Widgets individually to view Metrics and Insights while the Console is closed. Some Features of This Tool ● Very easy to use. Have a Console similar to Co...