Skip to content

MatthewCech/unity3d-runtime-debug-draw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity3d Runtime Debug Draw

Single file debuging DrawLine/DrawText/etc that works in both Scene/Game view, also works in built PC/mobile builds.

screenshot

Features

  • Draw debug lines in built players.
  • Additional goodies like draw text, attach texts and else.
  • Good old single file library.
  • Calls can be easily compiled away in release builds.

Install

Download RuntimeDebugDraw and drop it into your project and you're done. Remember to read the header comments or it might work as intended.

License

Public Domain

TODOs/Bugs/Known Issues

  • Only tested on Unity 5.3 for now.
  • Performance has room for improvement.
  • Doesn't work well with camera post processing.
  • Draw CapsuleCollider/Mesh/etc.

About

single file debuging DrawLine/DrawText/etc that works in both Scene/Game view, also works in built PC/mobile builds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%