A collection of Unity tools and utilities designed to enhance your development workflow.
DRG Tools is a Unity package that provides various utilities and tools to streamline your Unity development process. The package is compatible with Unity 2022.3 and later versions.
- Open your Unity project
- Open the Package Manager (Window > Package Manager)
- Click the "+" button in the top-left corner
- Select "Add package from git URL..."
- Enter the repository URL "https://github.com/yanmasharski/drg.tools.git#v0.0.3"
- Click "Add"
The package is organized into the following main components:
The Runtime folder contains the core functionality of the package:
- Data: Contains data structures and models used throughout the package
- Utils: Utility functions and helper classes
- Logs: Logging functionality and related utilities
- Ads: Ad integrations and ad-related utilities
- Core: Core functionality and utilities
The Editor folder contains Unity Editor-specific tools and extensions.
- Applovin Ads support (use scripting define symbols "DRG_APPLOVIN" to enable)
- Data storage and management
- Debounced executor for Unity MonoBehaviour
To get started with the package, you can refer to the provided examples in the Examples folder.
- Unity 2022.3 or later
- Jan Mašarski
- Email: yanmasharski@gmail.com
- Website: https://yanmasharski.github.io
This project is licensed under the terms included in the LICENSE file.
Contributions are welcome! Please feel free to submit a Pull Request.
For support, please open an issue in the repository or contact the author directly.