Inspired by the Fast Iteration Tools in the Production of the Talos Principle talk by Alen Ladavac, MwIssues is a simple and agile issue tracker integrated in Unity.
This package is deprecated.
MwIssues is a collaboration tool for Unity game engine.
With it, you can create "issues" in your scenes that are shared with your team. Issues are composed of a title, a short description, a position in a scene and an optional screenshot, so they can be used for various purpose.
The intended usage is to report and track level-design and visual bugs, but it can also be used as a ToDo list, for example.
MwIssues' package contains a simple Reporter prefab that you can insert in your development builds, allowing play testers to create issues without having to use an external tool.
To use this tool with your project, you will have to setup an issue server using NodeJs and MySql. You can learn more about that in the Server setup documentation.
MwIssues is a collaboration tool that does not replace more advanced issue tracking systems. It is intended for users working directly on Unity scenes, such as a level designer, and will likely be less useful for programmers.
The report system is intended for internal play tests and QA, and should not be used for end-user bug reports. A better report system for end-users is under consideration.