Got more scripts or updates? Then post them to the repo
*Note, it’s late here now, will update the front page of the repository with the latest editions and notes in the morning. Also some of the controls do need documentation (such as the Selection Box)
Sure, just create a new issue marked as an “Enhancement” and either I or one of the community will pick it up
Be sure to include as much info as you can to describe the control, with pictures if need be
I’m just starting on UGUI and wondering if anyone has information to setup monodevelop to use the Source of the UGUI? I saw unity’s info on github… https://bitbucket.org/Unity-Technologies/ui , but it seems that a dll needs to be built. Is there a way to use the source in the project directly without building a dll first?
@SimonDarksideJ - thanks for the work done on this project - awesome!
Edit: and of course to those that contributed
I was hoping that the HSVPicker would be fixed in the 5.2 update. I had to do the following (in the PickerTest scene) to get it to work properly:
1: Replace the EventSystem (had missing component).
2: Replace the HexRGB script on the InputField component and populate its public fields (had missing component).
→ this made almost everything work except for the hex text was not updating. I was able to fix that too by:
3: Editing HexRGB.cs and switch the public
Create an issue log with the fix on the bitbucket site and I’ll get it included with the next update.
Alternatively, create a fork of the repo, apply the fix and then submit a PR.