A collection of UGUI related components and tools.
To simply add UGUI Extras to your Unity project as a package:
-In the Unity Editor open up the Package Manager by going to Window -> Package Manager.
-At the top left of the Package Manager window press the plus button and press 'Add package from git URL' or similar.
-Submit https://github.com/Missingreference/UGUI-Extras.git
as the URL and the Package Manager should add the package to your project.
Be aware that this repository requires multiple package dependancies to function. Add them as packages just like the UGUI Extras package.
Core Tools For Unity - https://github.com/Missingreference/Core-Tools-For-Unity.git
A utility package. It includes native cursor icon functions and helper functions.
com.unity.ugui and com.unity.textmeshpro are required dependencies that should be added automatically.
Use DEBUG mode to enable safety checks for most functions.