0 Star 0 Fork 9

jq / TinyTeam.Console

forked from chiuanwei / TinyTeam.Console 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

TTConsole

The Best Debuger & Runtime Console For Unity3D

image

##一、Introduce
This is a simple UGUI style console。In Mobile and Editor can quickly and easily view runtime Log information, and support asynchronous locally stored, the Log file without changing the game running efficiency and did not produce the gc.
In addition, also provide editable CMD, convenient Runtime debugging
Suggested that the source code into a DLL, can support the Unity type of Log "jump" immediate.>
Please Email: weizhuquan@vip.qq.com for help.
##二、Feature
###2.0、Open
The default startup shortcut key is ~ key. and mobile should three fingers touch on the screen above 3/4 from the top.

###2.1、Log
using TinyTeam.Debuger;
and then:TTDebuger.Log("chiuan");
Of course support custom message types: TTDebuger.Log("chiuan","Net");
###2.2、CMD
The default can enter "?" for the registration of all operational instructions
for example FPS:fps,you can input arg like> 0、1、2 Using the blank space key separate parameters
0:close the fps
1:only fps
2:fps and memory total show

Accordingly, want to cancel the registration can be used:TTDebuger.UnRegisterCommand("chiuan");    

Convenient CMD, such as: "show" only the different types of Log   
>show net   
Here convenient to specify the view types of custom Log "net" message   
NOTE:must be in the Debug message when you pass the custom types:"net"	    

###2.3、View Log history
Provide View the old log file,you can open a log file quickly here:
Note:all log file under your project folder/Log

空文件

简介

Unity3D运行时控制台,记录LOG和操作GM指令自定义,异步保存Log文件,快速查看Log文件。 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/9181009/TinyTeam.Console.git
git@gitee.com:9181009/TinyTeam.Console.git
9181009
TinyTeam.Console
TinyTeam.Console
master

搜索帮助