UnityAnalyzerRulesEditorWindow is a Unity tool designed to integrate Roslyn analyzers and manage .ruleset files within the Unity editor.
- Roslyn Analyzer Integration: Seamlessly integrate and configure Roslyn analyzers in Unity projects.
- .ruleset File Management: Create, edit, and manage .ruleset files directly in the Unity editor.
- User-Friendly Interface: Provides a straightforward and intuitive UI for configuring analyzer rules.
To install via Unity Package Manager (UPM):
- Open your Unity project.
- Go to
Window > Package Manager. - Click on the
+button and selectAdd package from git URL.... - Enter the following URL: https://github.com/Azirel/UnityAnalyzerRulesEditorWindow.git?path=/Packages/com.azirel.rules-editor
- Open the tool from the Unity menu:
Window > Analyzer Rules Editor. - Import and setup your Roslyn libraries (.dll)s.
- Configure your Roslyn analyzers and .ruleset files as needed.
Contributions are welcome! Feel free to open issues or submit pull requests.
This project is licensed under the MIT License.
For any questions, reach out to the repository owner via the GitHub issues page.