Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 834 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 834 Bytes

Ludiq.Controls

A set of Unity editor controls for complex GUI scenarios.

(Documentation coming soon)

Installation

Import the Controls 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

  • ReadMe documentation for PopupGUI and PopupOption

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.Controls to MyPlugin.Controls.