This has been tested on 4.6.7
Console Plus is a plug in that allows you break up the console output into a more easily configurable and readable format
Features:
-Mutliple Tabs.
-Simply add an Enum to get another tab to your list.
-Show/Hide the Call stack
-Output the messages to the console as well.
-In release mode, select which messages go to the console output file.
-Show the PC time of the message or the time from start of the program
-View messages in there seperate groups
-view messages altogether in 1 compleate list
-Colour code each type of message
-Tab Colour changes depending if there is new information
-Click on error message and be shown which gameObject sent it
To use, Simply -->>
ConsolePlus.Log("Destroy Item: " + this.gameObject.name, this.gameobject, ConsolePlusEnum.EDebugType.Destroyed);