Skip to content

BluePixelDev/unity-unikit

Repository files navigation

Unikit

GitHub Repo stars GitHub last commit GitHub issues Unity Version

UniKit is a collection of helpful utilities and components for development in Unity. It includes a variety of helper functions and extensions for Vectors, Gizmos and more, as well as helper components such as ActionLoop, Collision Event and more...

Installation

Method 1: Unity Package Manager (UPM)

To use UniKit, add the following to your Packages/manifest.json:

{
  "dependencies": {
    "com.bluepixel.unikit": "https://github.com/bluepixeldev/unikit.git"
  }
}

Method 2: Manual Download

  1. Download the repository as a ZIP file or clone it.
  2. Add the contents of the BP.UniKit folder to your Unity project's Assets directory.

Usage

You can start using the utilities in your project by including the namespaces:

using BP.UniKit;

Documentation

Detailed documentation is available in the GitHub Wiki.

Contributing

Contributions are welcome! Feel free to submit issues and pull requests.

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE

About

A simple unity plugin containing helpfull utility functions, classes and more.

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Languages