/ludiq-commons

A set of common Unity component, game objects and tools.

Primary LanguageC#MIT LicenseMIT

Ludiq.Commons

A set of common Unity component, game objects and tools.

(Documentation coming soon)

Installation

Import the Commons folder in your project and you're good to go!

Contributing

I'll happily accept pull requests if you have improvements or fixes to suggest.

To-do

  • Documentation

License

The whole source is under MIT License, which basically means you can freely use and redistribute it in your commercial and non-commercial projects. See the license file for the boring details. You must keep the license file and copyright notice in copies of the library.

If you use it in a plugin that you redistribute, please change the namespace to avoid version conflicts with your users. For example, change Ludiq.Commons to MyPlugin.Commons.