Testing Toolkit
Streamline testing across Unity projects with reusable test utilities and wrappers for common testing libraries. Designed for integration into multiple projects and packages, this lightweight toolkit reduces boilerplate code and standardizes testing practices across your development workflow.
com.mazemodels.testingtoolkit 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/testingtoolkit.git README Markdown
Copy this to your project's README.md
## Installation
Add **Testing Toolkit** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/testingtoolkit.git
```
[](https://www.pkglnk.dev/pkg/testingtoolkit)Used By (1)
README
TestingToolkit
A lightweight package containing reusable test utilities and wrappers for common testing libraries, designed for integration across multiple Unity projects and packages.
Installation via OpenUPM (Unity Package Manager)
To make installing the package easier, you can use OpenUPM — an alternative registry for Unity’s Package Manager.
Installation Steps:
Add the OpenUPM registry to Unity:
- Open Unity and go to Window > Package Manager.
- Click the gear icon in the top right corner and select Advanced Project Settings.
- Under Scoped Registries, click + to add a new registry.
- Enter the following details:
- Name: OpenUPM
- URL: https://package.openupm.com
- Scopes:
com.mazemodels.testingtoolkit
Install the package:
- Return to the Package Manager window.
- Click Add package by name (or similar).
- Enter the package name:
com.mazemodels.testingtoolkit - Click Add to install the package into your project.
Author and Licensing
© 2025 Stefano Pittalis — All rights reserved.
This project is originally created and maintained by Stefano Pittalis.
License
This repository is licensed under the MIT License.
You are free to use, modify, and distribute this code under the terms of the MIT License.
Usage in Company Projects
This package can be safely used within your company or personal projects without restrictions beyond the MIT License.
However, please note that the ownership and copyright remain with the author, and this project is not affiliated with any company unless explicitly stated.
Contact
For questions, commercial licensing inquiries, or contributions, please contact: stefano.pittalis@hotmail.it
Thank you for using this utility package!
No comments yet. Be the first!