这个插件体积小,更新也比较即时。 导入的内容在【Plugins/IngameDebugConsole】目录下。 插件使用 将【Plugins/IngameDebugConsole】目录下的【IngameDebugConsole】预制件添加到场景中即可,这是会在平米右边的中间出现一个小的提示图标。 运行以后,图标会提示调试信息的数量,如果有错误,则图标会变成红色。 点击图标以后...
The simplest, most powerful console for Unity! Add a complete developer console to your game with just one line of code. Turn any method into a console command instantly - perfect for debug tools, cheat menus, admin commands, or development shortcuts. Plug n' play, packed with features. KE...
In-game Debug Console for Unity 3D Available on Asset Store: https://assetstore.unity.com/packages/tools/gui/in-game-debug-console-68068 Forum Thread: http://forum.unity3d.com/threads/in-game-debug-console-with-ugui-free.411323/ Discord: https://discord.gg/UJJt549AaV GitHub Sponsors ☕...
After creating a fresh Unity project, the first script I add isConsolation, a helpful tool I built that displays an in-game debug console. It uses a handy but little-known feature of Unity called — I hope you’re sitting down for this —Application.logMessageReceived. Attach a delegate to...
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; } } ...
2.github库上的开源日志查看库UnityIngameDebugConsole,不仅能够看日志,还可以加命令,很好用,界面也很友好,强推一波; 图2 UnityIngameDebugConsole查看日志插件 3.SRDebugger插件,付费插件,不过确实很好用,支持GM按钮,性能分析等灰常不错,笔者都是UnityIngameDebugConsole和这个组合使用的; 4.ProximaInspector,付费插件...
打开方式:菜单栏的Window选项中的Console选项 4、菜单栏 菜单内容 File菜单 代码语言:txt AI代码解释 - New Scene : 新建场景(场景类似游戏中的某个脚本) - Open Scene :打开场景 - Save Scenes :保存场景(如果一开就没有保存过,那么会让你制定保存位置) ...
For API documentation: https://github.com/JoshuaLim007/InGameConsole IGC for Unity created by Joshua Lim Important Notes! Make sure you have TMPro installed and imported into your project! If not, Unity will freeze when you open the InGameConsole Manager. If you are using a custom assembly...
首先是我们Runtime的Cmd,推荐:https://github.com/yasirkula/UnityIngameDebugConsole插件 下载之后我们只需要把 放到场景中即可 如果我们想要在游戏中根据命令执行某个方法(这是最简单直接的用法,同样还支持参数传递,返回值,参数重定向等多种功能,可以去插件Readme查看更多) ...
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...