The Debug Tools package contains assets and scripts for debugging Unity projects. Included in the package are scripts for enhanced console logging, benchmarking, displaying framerate, and more. The package also comes with shaders to visualize different vertex data.
Use the Unity Package Manager to install the Debug Tools package.
- Open the Package Manager in
Window > Package Manager
- Click the add (
+
) button in the status bar - Select
Add package from git URL
from the add menu - Enter the following Git URL in the text box and click Add:
https://github.com/zigurous/unity-debug-tools.git
Import the package namespace in each script or file you want to use it. You may need to regenerate project files/assemblies first.
using Zigurous.Debug;