GithubHelp home page GithubHelp logo

ttconsole's Introduction

TTConsole

The Best Debuger & Runtime Console For Unity3D

image 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: [email protected] 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

ttconsole's People

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.