Table of Contents
About The Project
Tools Project
Getting Started
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Prerequisites
Unity Engine setup [2022.3.3f1 <=] and a project to work from
Installation
Package Manager
- Open the add [+] menu in the Package Manager’s toolbar.
- The options for adding packages appear.

- Select Add package from git URL from the add menu. A text box and an Add button appear.
- Enter a valid Git URL in the text box and click Add. For more information about how to construct a valid Git URL, see Git URLs and extended syntax. Unity supports several Git protocols and some custom or extended syntax.

Taken From Unity Documentation »
Package Registry
- Add the following to the registry:
Name: Definitive Infinity Media
URL: https://npm.pkg.github.com/@Definitive-Infinity-Media
Scope(s): com.definitiveinfinitymedia - GitHub’s registry doesn’t fully support the search functionality of npm yet so you’ll have to modify the package json to add your package by adding (replacing the curly braces again) “com.{package_owner}.{package_name}”: “{version_number}”,
- Create a .upmconfig.toml file at your user root “%USERPROFILE%.upmconfig.toml”
- Add the following contents and replace the parts in curly braces with your details:
[npmAuth."https://npm.pkg.github.com/@Definitve-Infinity-Media"]
token = {PAT}
email = {email}
alwaysAuth = true
Git
This is the easiest way to clone the repository to make edits within a project.
- Clone the repo
git clone https://github.com/Definitive-Infinity-Media/com.definitiveinfinitymedia.tools.git
Usage
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
Dependencies
Package | Version |
---|---|
Roadmap
- [ ] Feature 1
- [ ] Feature 2
- [ ] Feature 3
- [ ] Nested Feature
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Contact
Noah Day - @defin_infinity
Project Link: https://github.com/Definitive-Infinity-Media/com.definitiveinfinitymedia.tools