DevTools is a tool to help create Debug systems. It has a simple API, organized interface and some general features. This tool will only work in the Editor and Development Builds.
- Switch scenes. (Those listed in the build)
- Change graphics configuration. (Those listed in the Player)
- Create line overleys. (you can customize the color)
- Create text overlays. (you can customize the color)
- Create Cube, Sphere, Capsule, Cylinder overlays. (you can customize the color)
- Create custom properties for a GameObject in scene.
- Optimized to run at full performance.
Contributions are welcome! You can fork the repository and submit a pull request or sponsor the project to support its development.
- Github: Sponsor
- Paypal: [email protected]
Use Add package from git URL (in the Package Manager):
https://github.com/treviasxk/DevTools.git
... or Declare the package as a git dependency in Packages/manifest.json:
"dependencies": {
"com.treviasxk.devtools": "https://github.com/treviasxk/DevTools.git",
...
}

