Publisher | Persistent Idiot |
---|---|
File size | 241.59kB |
Number of files | 14 |
Latest version | 1 |
Latest release date | 2020-07-30 09:47:34 |
First release date | 2020-07-09 09:19:11 |
Supported Unity versions | 2018.4.2 or higher |
Dynamic Debug Text
Add debug text to anything that can hold a component, without editing existing scripts
Don't feel like adding a new component to everything you want to debug? You don't need to. Simply call AddDebugItem on any GameObject or Component, and Dynamic Debug Text will automagically add the component, set up all necessary fields, and turn it on for you.
You can create one script to display all debugging info for all GameObjects in scene. No more searching through scripts to remove debugging code.
Don't need text? Easily display other debugging information, like drawing lines or rays with this instead, from the same script.
Features
- Add debug info to objects without changing their scripts.
- Change debug color at runtime
- Billboarding text. Text can be set to always face the camera.
- Change debug text scale at runtime.
Add debug text to anything that can hold a component, without editing existing scripts
Don't feel like adding a new component to everything you want to debug? You don't need to. Simply call AddDebugItem on any GameObject or Component, and Dynamic Debug Text will automagically add the component, set up all necessary fields, and turn it on for you.
You can create one script to display all debugging info for all GameObjects in scene. No more searching through scripts to remove debugging code.
Don't need text? Easily display other debugging information, like drawing lines or rays with this instead, from the same script.
Features
- Add debug info to objects without changing their scripts.
- Change debug color at runtime
- Billboarding text. Text can be set to always face the camera.
- Change debug text scale at runtime.