Skip to content

DevTools is a tool to help create Debug systems in Unity. It has a simple API, organized interface and some general features.

License

Notifications You must be signed in to change notification settings

treviasxk/DevTools

Repository files navigation

DevTools

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.

Preview

Preview

Features

  • 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.

Contribute

Contributions are welcome! You can fork the repository and submit a pull request or sponsor the project to support its development.

Installation

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",
    ...
}

About

DevTools is a tool to help create Debug systems in Unity. It has a simple API, organized interface and some general features.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published