A custom unity package that contains utilities for unity projects ranging from Extension Methods to Timer, etc.
Using Git Url:
- Copy the git URL.
- Open the package manager window in your unity project.
- Click on the little "+" icon in the top left corner and from the dropdown, select "Add package from git URL".
- Paste the URL, click "Add" button.
By Unity Package:
- Download the .unitypackage file from the Release Page or from the itch page.
- Import the package into your unity project.
Cloning the git repository directly(gives access unreleased features and access to the branches in development)
- Copy the git URL.
- Clone the repository directly into your project.
Documentation website coming soon. Meanwhile, summary for each of the method is provided.
View Changelog here.
No known issues as of 20 Aug 2024.
Upcoming updates (as of 20 Aug 2024):
- Create a Subsystem in player loop to manage data binding to the timers to reduce unnecessary overhead created by actions to update time ticks.
If you wish to contribute to the project, please follow the general contribution guidelines as outlined below:
- Fork the repository and create a branch from the main branch
- Make your contributions and commit your changes to your branch
- Submit a pull request detailing the changes made
- Wait for your changes to be reviewed and merged
This project is licensed under the MIT license, which can be found on the GitHub repository. The MIT license allows for the use, modification, and distribution of the code for both commercial and non-commercial purposes.
For any bug reports, issues, or help regarding the setup of the project, please feel free to contact me on LinkedIn, Instagram @oily.oli, or mail me at ali.qadir.007@outlook.com. My contact information can be found on my GitHub profile also. Alternatively you can leave comments on my itch page too.